HomeSort by relevance Sort by last modified time
    Searched defs:method_size (Results 1 - 12 of 12) sorted by null

  /art/runtime/
image-inl.h 69 const size_t method_size = ArtMethod::Size(pointer_size); local
74 visitor(array->At(i, method_size, method_alignment));
76 pos += array->ComputeSize(array->size(), method_size, method_alignment);
82 pos += method_size;
runtime.cc 2179 const size_t method_size = ArtMethod::Size(image_pointer_size); local
    [all...]
class_linker.cc 3575 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 138 size_t method_size = ArtMethod::Size(kRuntimePointerSize); local
142 reinterpret_cast<uintptr_t>(&virtual_methods[0])) / method_size;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 191 unsigned int method_size; member in struct:_iJIT_Method_Load
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 191 unsigned int method_size; member in struct:_iJIT_Method_Load
  /external/v8/src/third_party/vtune/
jitprofiling.h 230 unsigned int method_size; member in struct:_iJIT_Method_Load
  /art/openjdkjvmti/
ti_redefine.cc 253 const size_t method_size = art::ArtMethod::Size(ptr_size); local
254 auto* method_storage = allocator_->Alloc(art::Thread::Current(), method_size);
    [all...]
  /art/runtime/mirror/
class-inl.h 223 size_t method_size = ArtMethod::Size(pointer_size); local
225 ArraySlice<ArtMethod> slice(&methods->At(0u, method_size, method_alignment),
227 method_size);
    [all...]
  /art/dex2oat/linker/
image_writer.cc 2063 const size_t method_size = ArtMethod::Size(target_ptr_size_); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 7023 int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
descriptor.pb.h 5426 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]

Completed in 387 milliseconds