Home
last modified time | relevance | path

Searched refs:SetArtMethod (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dexecutable-inl.h32 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function
47 SetArtMethod(new_target); in VisitTarget()
Dexecutable.cc30 SetArtMethod</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(method); in InitializeFromArtMethod()
Dexecutable.h46 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Doptimizing_compiler.cc807 graph->SetArtMethod(method); in TryCompile()
934 graph->SetArtMethod(method); in TryCompileIntrinsic()
Dinliner.cc2050 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
Dnodes.h681 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
/art/runtime/gc/space/
Dimage_space.cc2967 as_executable->SetArtMethod</*kTransactionActive=*/ false, in DoRelocateSpaces()