Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/function/
DasyncFunctionBuilder.cpp35 void AsyncFunctionBuilder::Prepare(const ir::ScriptFunction *node) const in Prepare() function in panda::es2panda::compiler::AsyncFunctionBuilder
DgeneratorFunctionBuilder.cpp23 void GeneratorFunctionBuilder::Prepare(const ir::ScriptFunction *node) const in Prepare() function in panda::es2panda::compiler::GeneratorFunctionBuilder
DasyncGeneratorFunctionBuilder.cpp23 void AsyncGeneratorFunctionBuilder::Prepare(const ir::ScriptFunction *node) const in Prepare() function in panda::es2panda::compiler::AsyncGeneratorFunctionBuilder
DfunctionBuilder.h51 virtual void Prepare([[maybe_unused]] const ir::ScriptFunction *node) const {}; in Prepare() function
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp46 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/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp86 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/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp64 void InstBuilder::Prepare(bool isInlinedGraph) 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_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp30 void DestructuringContext::Prepare(ir::TypeNode *typeAnnotation, ir::Expression *initializer, in Prepare() function in panda::es2panda::checker::DestructuringContext
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h313 asmjit::x86::Mem Prepare(asmjit::x86::Assembler *masm) in Prepare() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp594 void Prepare() in Prepare() function in panda::ecmascript::kungfu::GateScheduler
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp254 void Heap::Prepare() in Prepare() function in panda::ecmascript::Heap
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp407 void ScopesInitPhase::Prepare(ScopesInitPhase::PhaseContext *ctx, parser::Program *program) in Prepare() function in panda::es2panda::compiler::ScopesInitPhase