OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_native
(Results
1 - 10
of
10
) sorted by null
/art/compiler/jni/quick/
jni_compiler.cc
58
const bool
is_native
= (access_flags & kAccNative) != 0;
local
59
CHECK(
is_native
);
/art/compiler/
oat_writer.cc
255
bool
is_native
= (it.GetMemberAccessFlags() & kAccNative) != 0;
local
257
is_native
, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
263
bool
is_native
= (it.GetMemberAccessFlags() & kAccNative) != 0;
local
265
is_native
, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
277
bool __attribute__((unused))
is_native
,
371
CHECK(gc_map_size != 0 ||
is_native
|| status < mirror::Class::kStatusVerified)
372
<< &gc_map << " " << gc_map_size << " " << (
is_native
? "true" : "false") << " "
[
all
...]
/external/v8/src/
compiler.h
94
bool
is_native
() const {
function in class:v8::internal::BASE_EMBEDDED
objects-debug.cc
608
bool
is_native
= RegExpImpl::UsesNativeRegExp();
local
616
(
is_native
? ascii_data->IsCode() : ascii_data->IsByteArray()));
619
(
is_native
? uc16_data->IsCode() : uc16_data->IsByteArray()));
full-codegen.h
555
bool
is_native
() { return info_->
is_native
(); }
function in class:v8::internal::FullCodeGenerator
runtime.cc
1335
bool
is_native
= DeclareGlobalsNativeFlag::decode(flags);
local
[
all
...]
/external/chromium_org/v8/src/
full-codegen.h
598
bool
is_native
() { return info_->
is_native
(); }
function in class:v8::internal::FullCodeGenerator
[
all
...]
objects-debug.cc
754
bool
is_native
= RegExpImpl::UsesNativeRegExp();
local
762
(
is_native
? ascii_data->IsCode() : ascii_data->IsByteArray()));
765
(
is_native
? uc16_data->IsCode() : uc16_data->IsByteArray()));
[
all
...]
compiler.h
119
bool
is_native
() const {
function in class:v8::internal::CompilationInfo
runtime.cc
2120
bool
is_native
= DeclareGlobalsNativeFlag::decode(flags);
local
[
all
...]
Completed in 6956 milliseconds