Home
last modified time | relevance | path

Searched refs:delegate_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Doptimizing_compiler.cc240 std::unique_ptr<Compiler> delegate_; member in art::FINAL
252 delegate_(Create(driver, Compiler::Kind::kQuick)) {} in OptimizingCompiler()
255 delegate_->Init(); in Init()
272 delegate_->UnInit(); in UnInit()
282 delegate_->InitCompilationUnit(cu); in InitCompilationUnit()
643 method = delegate_->Compile(code_item, access_flags, invoke_type, class_def_idx, method_idx, in Compile()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1138 delegate_(delegate) { in BuildNativeCallFrameStateMachine()
1343 delegate_->PushGpr(val); in PushGpr()
1346 delegate_->PushFpr4(val); in PushFpr4()
1349 delegate_->PushFpr8(val); in PushFpr8()
1352 delegate_->PushStack(val); in PushStack()
1355 return delegate_->PushHandle(ref); in PushHandle()
1362 T* const delegate_; // What Push implementation gets called member in art::BuildNativeCallFrameStateMachine