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

  /external/boringssl/src/crypto/engine/
engine.c 52 static int set_method(void **out_member, const void *method, size_t method_size,
55 if (method_size != compiled_size || !common->is_static) {
64 size_t method_size) {
65 return set_method((void **)&engine->rsa_method, method, method_size,
74 size_t method_size) {
75 return set_method((void **)&engine->ecdsa_method, method, method_size,
  /external/boringssl/src/include/openssl/
engine.h 58 size_t method_size);
63 size_t method_size);
  /art/runtime/
profiler.h 51 StackTrieNode(MethodReference method, uint32_t dex_pc, uint32_t method_size,
54 count_(0), method_size_(method_size) {
137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map)
138 : count_(count), method_size_(method_size), context_map_(context_map) {}
247 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size,
249 method_name_(method_name), count_(count), method_size_(method_size),
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 2970 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
6495 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
7966 const size_t method_size = ArtMethod::Size(image_pointer_size_); local
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 191 unsigned int method_size; member in struct:_iJIT_Method_Load
IntelJITEventListener.cpp 87 Result.method_size = FnSize;
154 last.Offset = FunctionMessage.method_size;
  /external/v8/src/third_party/vtune/
jitprofiling.h 230 unsigned int method_size; member in struct:_iJIT_Method_Load
vtune-jit.cc 192 jmethod.method_size = static_cast<unsigned int>(event->code_len);
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 58 << ", Size = " << msg->method_size << "\n";
  /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;
  /art/compiler/
image_writer.cc 1211 const size_t method_size = ArtMethod::Size(target_ptr_size_); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
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 829 milliseconds