Searched defs:is_native (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dcompiler.h94 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects-debug.cc608 bool is_native = RegExpImpl::UsesNativeRegExp(); local
616 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
619 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
H A Dfull-codegen.h555 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
H A Druntime.cc1335 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
1336 if (is_const_property || (is_native && is_function_declaration)) {
/external/chromium_org/v8/src/
H A Dfull-codegen.h598 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
H A Dobjects-debug.cc754 bool is_native = RegExpImpl::UsesNativeRegExp(); local
762 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
765 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
H A Dcompiler.h119 bool is_native() const { function in class:v8::internal::CompilationInfo
H A Druntime.cc2120 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
2121 if (is_const || (is_native && is_function)) {

Completed in 116 milliseconds