Searched defs:IsStringInit (Results 1 – 2 of 2) sorted by relevance
1013 static inline bool IsStringInit(const DexFile* dex_file, uint32_t method_idx) in IsStringInit() function1030 static inline bool IsStringInit(const Instruction* instr, ArtMethod* caller) in IsStringInit() function
4713 bool IsStringInit() const { return GetMethodLoadKind() == MethodLoadKind::kStringInit; } in IsStringInit() function