Searched refs:GenerateCodeForStub (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.h | 43 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index,
|
| D | litecg_codegen.cpp | 128 void LiteCGIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, si… in GenerateCodeForStub() function in panda::ecmascript::kungfu::LiteCGIRGeneratorImpl
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | code_generator.h | 179 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/ |
| D | llvm_codegen.h | 134 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index,
|
| D | llvm_codegen.cpp | 330 void LLVMIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size… in GenerateCodeForStub() function in panda::ecmascript::kungfu::LLVMIRGeneratorImpl
|