Home
last modified time | relevance | path

Searched refs:GenerateCodeForStub (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h43 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index,
Dlitecg_codegen.cpp128 void LiteCGIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, si… in GenerateCodeForStub() function in panda::ecmascript::kungfu::LiteCGIRGeneratorImpl
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h179 virtual void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index,
199 impl_->GenerateCodeForStub(circuit, graph, index, cfg); in RunForStub()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.h134 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index,
Dllvm_codegen.cpp330 void LLVMIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size… in GenerateCodeForStub() function in panda::ecmascript::kungfu::LLVMIRGeneratorImpl