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

  /art/runtime/
image.cc 165 const size_t method_size = ArtMethod::Size(pointer_size); local
170 visitor->Visit(&array->At(i, method_size, method_alignment));
172 pos += array->ComputeSize(array->size(), method_size, method_alignment);
178 pos += method_size;
profiler.cc 542 uint32_t method_size = 0; local
545 method_size = codeitem->insns_size_in_code_units_;
547 StackTrieNode* new_node = new StackTrieNode(method_ref, dex_pc, method_size, current);
593 uint32_t method_size = 0; local
595 method_size = codeitem->insns_size_in_code_units_;
606 os << StringPrintf("%s/%u/%u\n", method_name.c_str(), count, method_size);
617 uint32_t method_size = 0; local
622 method_size = node->GetMethodSize();
667 method_size, Join(context_count_vector, '#').c_str());
class_linker.cc 2989 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
6670 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
8193 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 214 size_t method_size = ArtMethod::Size(sizeof(void*)); local
218 reinterpret_cast<uintptr_t>(&virtual_methods.At(0))) / method_size;
  /external/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/compiler/
image_writer.cc 1152 const size_t method_size = ArtMethod::Size(target_ptr_size_); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 4655 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4228 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4228 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4228 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5426 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4228 inline int ServiceDescriptorProto::method_size() const { function in class:google::protobuf::ServiceDescriptorProto
    [all...]

Completed in 697 milliseconds