Searched defs:impl (Results 1 – 8 of 8) sorted by relevance
34 static Impl *impl; variable
41 explicit CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
77 inline void SetImpl(void *impl) in SetImpl()
259 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in SetToCfg() local272 auto impl = bb->GetImpl<BasicBlockImpl>(); in ProcessPhiWorkList() local293 BasicBlockImpl *impl = currentBb_->GetImpl<BasicBlockImpl>(); in EndCurrentBlock() local312 auto impl = std::make_unique<BasicBlockImpl>(); in EnsureBBImpl() local404 BasicBlockImpl *impl = EnsureBBImpl(bb); in EnsureLBB() local883 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in VisitPhi() local
625 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label()
981 auto impl = new Label::LabelImpl(env, control); in NewLabel() local
2743 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseClassDefinition() local
3396 void *impl = reinterpret_cast<void *>(&ExecuteImpl<RuntimeIfaceT, jump_to_eh, is_dynamic>); in ExecuteImpl_Inner() local