OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code_ptr_location
(Results
1 - 7
of
7
) sorted by null
/art/compiler/optimizing/
sharpening.cc
86
HInvokeStaticOrDirect::CodePtrLocation
code_ptr_location
;
local
94
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallSelf;
126
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallDirect;
130
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallPCRelative;
134
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallDirectWithFixup;
137
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallArtMethod;
144
code_ptr_location
= HInvokeStaticOrDirect::CodePtrLocation::kCallArtMethod;
148
method_load_kind,
code_ptr_location
, method_load_data, direct_code_ptr
code_generator_arm.cc
6279
HInvokeStaticOrDirect::CodePtrLocation
code_ptr_location
=
local
[
all
...]
nodes.h
3897
CodePtrLocation
code_ptr_location
;
member in struct:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::ClinitCheckRequirement::DispatchInfo
[
all
...]
code_generator_mips64.cc
[
all
...]
code_generator_mips.cc
[
all
...]
code_generator_x86.cc
[
all
...]
code_generator_x86_64.cc
750
switch (desired_dispatch_info.
code_ptr_location
) {
[
all
...]
Completed in 1154 milliseconds