Home
last modified time | relevance | path

Searched defs:IsStringInit (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h1013 static inline bool IsStringInit(const DexFile* dex_file, uint32_t method_idx) in IsStringInit() function
1030 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit() function
/art/compiler/optimizing/
Dnodes.h4713 bool IsStringInit() const { return GetMethodLoadKind() == MethodLoadKind::kStringInit; } in IsStringInit() function