HomeSort by relevance Sort by last modified time
    Searched refs:is_classic_mode (Results 26 - 36 of 36) sorted by null

12

  /external/v8/src/
ic.cc 481 if (!function->shared()->is_classic_mode() || function->IsBuiltin()) {
    [all...]
runtime.cc     [all...]
objects-inl.h 3699 bool SharedFunctionInfo::is_classic_mode() { function in class:SharedFunctionInfo
    [all...]
objects.h     [all...]
heap.cc     [all...]
objects.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 146 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 145 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 144 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 142 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]

Completed in 1187 milliseconds

12