Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc487 static bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit() function
/art/compiler/driver/
Dcompiler_driver.cc2870 bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset) { in IsStringInit() function in art::CompilerDriver
/art/compiler/optimizing/
Dnodes.h3987 bool IsStringInit() const { return GetMethodLoadKind() == MethodLoadKind::kStringInit; } in IsStringInit() function