Home
last modified time | relevance | path

Searched defs:Prepare (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp42 void AsyncFunctionBuilder::Prepare(const ir::ScriptFunction *node) in Prepare() function in panda::es2panda::compiler::AsyncFunctionBuilder
DfunctionBuilder.h52 virtual void Prepare([[maybe_unused]] const ir::ScriptFunction *node) {}; in Prepare() function
DgeneratorFunctionBuilder.cpp24 void GeneratorFunctionBuilder::Prepare(const ir::ScriptFunction *node) in Prepare() function in panda::es2panda::compiler::GeneratorFunctionBuilder
DasyncGeneratorFunctionBuilder.cpp23 void AsyncGeneratorFunctionBuilder::Prepare(const ir::ScriptFunction *node) in Prepare() function in panda::es2panda::compiler::AsyncGeneratorFunctionBuilder
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp85 bool RegAllocBase::Prepare() in Prepare() function in panda::compiler::RegAllocBase
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp21 void InstBuilder::Prepare() in Prepare() function in panda::compiler::InstBuilder
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp29 void DestructuringContext::Prepare(const ir::Expression *typeAnnotation, const ir::Expression *init… in Prepare() function in panda::es2panda::checker::DestructuringContext
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp237 void Heap::Prepare() in Prepare() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp580 void Prepare() in Prepare() function in panda::ecmascript::kungfu::GateScheduler