OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_native
(Results
1 - 14
of
14
) sorted by null
/system/bt/osi/src/
wakelock.c
43
static bool
is_native
= true;
variable
93
is_native
= (wakelock_os_callouts == NULL);
95
__func__, (
is_native
)? "native" : "non-native");
103
if (
is_native
)
150
if (
is_native
)
185
if (
is_native
)
/external/v8/src/
objects-debug.cc
802
bool
is_native
= RegExpImpl::UsesNativeRegExp();
local
811
(
is_native
? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
814
(
is_native
? uc16_data->IsCode() : uc16_data->IsByteArray()));
[
all
...]
compiler.h
142
bool
is_native
() const;
compiler.cc
66
PARSE_INFO_GETTER(bool,
is_native
)
323
return is_sloppy(language_mode()) && !
is_native
();
[
all
...]
/art/compiler/jni/quick/
jni_compiler.cc
65
const bool
is_native
= (access_flags & kAccNative) != 0;
local
66
CHECK(
is_native
);
/external/v8/src/full-codegen/
full-codegen.h
690
bool
is_native
() { return info_->
is_native
(); }
function in class:v8::internal::FullCodeGenerator
[
all
...]
full-codegen.cc
441
DeclareGlobalsNativeFlag::encode(
is_native
()) |
[
all
...]
/external/v8/src/runtime/
runtime-scopes.cc
128
bool
is_native
= DeclareGlobalsNativeFlag::decode(flags);
local
132
if (is_function &&
is_native
) attr |= READ_ONLY;
[
all
...]
/external/v8/src/parsing/
parser.h
57
FLAG_ACCESSOR(kNative,
is_native
, set_native)
[
all
...]
parser.cc
758
set_allow_natives(FLAG_allow_natives_syntax || info->
is_native
());
[
all
...]
/art/runtime/
debugger.cc
[
all
...]
/external/v8/src/interpreter/
bytecode-generator.cc
543
DeclareGlobalsNativeFlag::encode(info()->
is_native
()) |
[
all
...]
/external/v8/src/compiler/
ast-graph-builder.cc
[
all
...]
/external/v8/src/crankshaft/
hydrogen.cc
[
all
...]
Completed in 330 milliseconds