Searched refs:AddBytecodeIndexDependencies (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 698 static void AddBytecodeIndexDependencies(MethodItem *method, const Ins &insn, in AddBytecodeIndexDependencies() function 713 static void AddBytecodeIndexDependencies(MethodItem *method, const Function &func, in AddBytecodeIndexDependencies() function 722 AddBytecodeIndexDependencies(method, insn, entities.methodItems); in AddBytecodeIndexDependencies() 727 AddBytecodeIndexDependencies(method, insn, entities.fieldItems); in AddBytecodeIndexDependencies() 732 AddBytecodeIndexDependencies(method, insn, entities.classItems); in AddBytecodeIndexDependencies() 1356 AddBytecodeIndexDependencies(method, func, entities); in MakeFunctionDebugInfoAndAnnotations()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 533 static bool AddBytecodeIndexDependencies(MethodItem *method, const Function &func, in AddBytecodeIndexDependencies() function 1225 if (!AddBytecodeIndexDependencies(method, func, entities)) { in MakeFunctionDebugInfoAndAnnotations()
|