OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:method_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h
230
unsigned int
method_size
;
member in struct:_iJIT_Method_Load
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h
191
unsigned int
method_size
;
member in struct:_iJIT_Method_Load
/art/runtime/
profiler.cc
536
uint32_t
method_size
= 0;
local
539
method_size
= codeitem->insns_size_in_code_units_;
541
StackTrieNode* new_node = new StackTrieNode(method_ref, dex_pc,
method_size
, current);
587
uint32_t
method_size
= 0;
local
589
method_size
= codeitem->insns_size_in_code_units_;
600
os << StringPrintf("%s/%u/%u\n", method_name.c_str(), count,
method_size
);
611
uint32_t
method_size
= 0;
local
616
method_size
= node->GetMethodSize();
661
method_size
, Join(context_count_vector, '#').c_str());
/external/protobuf/src/google/protobuf/
descriptor.pb.h
3420
inline int ServiceDescriptorProto::
method_size
() const {
function in class:google::protobuf::ServiceDescriptorProto
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h
4238
inline int ServiceDescriptorProto::
method_size
() const {
function in class:google::protobuf::ServiceDescriptorProto
[
all
...]
Completed in 360 milliseconds