OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetSupportsUnalignedAccess
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/compiler/
interpreter-assembler.h
160
static bool
TargetSupportsUnalignedAccess
();
interpreter-assembler.cc
190
if (
TargetSupportsUnalignedAccess
()) {
226
if (
TargetSupportsUnalignedAccess
()) {
721
bool InterpreterAssembler::
TargetSupportsUnalignedAccess
() {
/external/v8/test/unittests/compiler/
interpreter-assembler-unittest.cc
113
if (
TargetSupportsUnalignedAccess
()) {
146
if (
TargetSupportsUnalignedAccess
()) {
Completed in 1169 milliseconds