Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable-inl.h30 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function
Dexecutable.cc28 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
Dexecutable.h47 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Doptimizing_compiler.cc855 graph->SetArtMethod(method); in TryCompile()
977 graph->SetArtMethod(method); in TryCompileIntrinsic()
Dinliner.cc1819 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
Dnodes.h613 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
/art/runtime/gc/space/
Dimage_space.cc1711 as_executable->SetArtMethod</*kTransactionActive=*/ false, in DoRelocateSpaces()