HomeSort by relevance Sort by last modified time
    Searched refs:is_native (Results 1 - 15 of 15) sorted by null

  /external/v8/src/
compiler.h 94 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
full-codegen.h 555 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
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.cc 669 DeclareGlobalsNativeFlag::encode(is_native()) |
    [all...]
parser.cc     [all...]
runtime.cc 1335 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 156 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-arm.cc 146 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 144 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-ia32.cc 145 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 164 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-mips.cc 144 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 162 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-x64.cc 142 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]

Completed in 582 milliseconds