OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_x86_64
(Results
1 - 5
of
5
) sorted by null
/art/compiler/
compilers.cc
42
extern std::vector<uint8_t>* X86CFIInitialization(bool
is_x86_64
);
/external/chromium_org/third_party/tcmalloc/vendor/
configure.ac
229
[
is_x86_64
=yes], [
is_x86_64
=no])
237
test "$
is_x86_64
" = yes && ! grep 'mov.*rsp.*rbp' fp.s >/dev/null 2>&1)
configure
[
all
...]
/art/compiler/dex/quick/x86/
target_x86.cc
[
all
...]
codegen_x86.h
361
static std::vector<uint8_t>* ReturnCommonCallFrameInformation(bool
is_x86_64
);
[
all
...]
Completed in 120 milliseconds