Home
last modified time | relevance | path

Searched refs:GetFunctionLabel (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h49 panda::ecmascript::Label *label = GetFunctionLabel(id); in GetFunction()
58 panda::ecmascript::Label* GetFunctionLabel(int id) const in GetFunctionLabel() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp82 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub()
88 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp59 Label *target = module_->GetFunctionLabel(id); in CallAssemblerStub()
65 Label *target = module_->GetFunctionLabel(id); in BindAssemblerStub()