HomeSort by relevance Sort by last modified time
    Searched refs:GetArtMethod (Results 1 - 14 of 14) sorted by null

  /art/runtime/lambda/
art_lambda_method.h 42 ArtMethod* GetArtMethod() const {
closure.cc 128 return const_cast<ArtMethod*>(lambda_info_->GetArtMethod());
  /art/runtime/mirror/
abstract_method.cc 42 ArtMethod* AbstractMethod::GetArtMethod() {
abstract_method.h 41 ArtMethod* GetArtMethod() SHARED_REQUIRES(Locks::mutator_lock_);
  /art/runtime/entrypoints/
entrypoint_utils.cc 193 h_interface_method->GetArtMethod()->GetReturnType(true /* resolve */, pointer_size);
211 interface_method->GetArtMethod(), sizeof(void*));
  /art/runtime/
gc_root.h 150 ArtMethod* GetArtMethod() const {
art_method.cc 54 return abstract_method->GetArtMethod();
reflection.cc 578 ArtMethod* m = abstract_method->GetArtMethod();
    [all...]
class_linker.cc     [all...]
  /art/compiler/optimizing/
inliner.cc 303 ArtMethod* caller = graph_->GetArtMethod();
402 (ic.GetMonomorphicType() == outermost_graph_->GetArtMethod()->GetDeclaringClass());
505 bool is_referrer = (ic.GetTypeAt(i) == outermost_graph_->GetArtMethod()->GetDeclaringClass());
    [all...]
nodes.h 511 ArtMethod* GetArtMethod() const { return art_method_; }
    [all...]
  /art/patchoat/
patchoat.cc 722 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]

Completed in 1171 milliseconds