Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/verification/cache/
Dresults_cache.h34 static Impl *impl; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h41 explicit CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
Dllvm_ir_builder.h77 inline void SetImpl(void *impl) in SetImpl()
Dllvm_ir_builder.cpp259 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in SetToCfg() local
272 auto impl = bb->GetImpl<BasicBlockImpl>(); in ProcessPhiWorkList() local
293 BasicBlockImpl *impl = currentBb_->GetImpl<BasicBlockImpl>(); in EndCurrentBlock() local
312 auto impl = std::make_unique<BasicBlockImpl>(); in EnsureBBImpl() local
404 BasicBlockImpl *impl = EnsureBBImpl(bb); in EnsureLBB() local
883 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in VisitPhi() local
Dcircuit_builder.h625 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label()
Dcircuit_builder-inl.h981 auto impl = new Label::LabelImpl(env, control); in NewLabel() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2743 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseClassDefinition() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h3396 void *impl = reinterpret_cast<void *>(&ExecuteImpl<RuntimeIfaceT, jump_to_eh, is_dynamic>); in ExecuteImpl_Inner() local