Searched refs:AddBytecodeIndexDependencies (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 703 static void AddBytecodeIndexDependencies(MethodItem *method, const Ins &insn, in AddBytecodeIndexDependencies() function 718 static void AddBytecodeIndexDependencies(MethodItem *method, const Function &func, in AddBytecodeIndexDependencies() function 727 AddBytecodeIndexDependencies(method, insn, entities.methodItems); in AddBytecodeIndexDependencies() 732 AddBytecodeIndexDependencies(method, insn, entities.fieldItems); in AddBytecodeIndexDependencies() 737 AddBytecodeIndexDependencies(method, insn, entities.classItems); in AddBytecodeIndexDependencies() 1391 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 1192 if (!AddBytecodeIndexDependencies(method, func, entities)) { in MakeFunctionDebugInfoAndAnnotations()
|