HomeSort by relevance Sort by last modified time
    Searched full:tenured (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/v8/test/cctest/
test-unboxed-doubles.cc 915 Handle<JSObject> object = factory->NewJSObjectFromMap(map, TENURED);
    [all...]
test-dictionary.cc 235 Handle<NameDictionary> dict = NameDictionary::New(isolate, 0, TENURED);
test-disasm-ia32.cc 65 Handle<FixedArray> foo = isolate->factory()->NewFixedArray(10, TENURED);
108 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED);
  /external/v8/src/
globals.h 525 enum PretenureFlag { NOT_TENURED, TENURED };
531 case TENURED:
532 return os << "Tenured";
    [all...]
type-feedback-vector.cc 97 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED);
241 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED);
    [all...]
transitions.cc 274 array = isolate->factory()->CopyFixedArrayAndGrow(array, grow_by, TENURED);
  /external/v8/src/ast/
ast-value-factory.cc 184 value_ = isolate->factory()->NewNumber(number_, TENURED);
ast.cc 427 boilerplate_properties_ * 2, TENURED);
560 Handle<FixedArray> literals = isolate->factory()->NewFixedArray(2, TENURED);
    [all...]
  /external/v8/src/interpreter/
bytecode-array-builder.h 132 PretenureFlag tenured);
bytecode-array-builder.cc 325 Handle<SharedFunctionInfo> shared_info, PretenureFlag tenured) {
328 UnsignedOperand(static_cast<size_t>(tenured)));
interpreter.cc 1500 Node* tenured = __ SmiTag(tenured_raw); local
    [all...]
  /external/v8/test/mjsunit/harmony/
private.js 316 // tenured, so that we only have to clear the cache between mark compacts,
  /external/v8/test/cctest/heap/
test-heap.cc 767 Handle<FixedArray> constant_pool = factory->NewFixedArray(5, TENURED);
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 422 Handle<JSObject> wasm_object = factory->NewJSObject(cons, TENURED);
456 Handle<JSObject> wasm_object = factory->NewJSObject(cons, TENURED);
  /external/v8/src/compiler/
bytecode-graph-builder.cc 865 PretenureFlag tenured = local
866 bytecode_iterator().GetFlagOperand(1) ? TENURED : NOT_TENURED;
867 const Operator* op = javascript()->CreateClosure(shared_info, tenured);
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 50 isolate()->factory()->NewNumber(constant.ToFloat32(), TENURED));
53 isolate()->factory()->NewNumber(constant.ToFloat64(), TENURED));
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 76 isolate()->factory()->NewNumber(constant.ToFloat32(), TENURED));
79 isolate()->factory()->NewNumber(constant.ToFloat64(), TENURED));
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 77 isolate()->factory()->NewNumber(constant.ToFloat32(), TENURED));
80 isolate()->factory()->NewNumber(constant.ToFloat64(), TENURED));
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 66 isolate()->factory()->NewNumber(constant.ToFloat32(), TENURED));
69 isolate()->factory()->NewNumber(constant.ToFloat64(), TENURED));
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 51 isolate()->factory()->NewNumber(constant.ToFloat32(), TENURED));
54 isolate()->factory()->NewNumber(constant.ToFloat64(), TENURED));
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 69 factory->NewByteArray(reloc_length + padding, TENURED);
  /external/v8/src/x87/
deoptimizer-x87.cc 69 factory->NewByteArray(reloc_length + padding, TENURED);
  /external/v8/test/mjsunit/es6/
symbols.js 403 // tenured, so that we only have to clear the cache between mark compacts,
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 136 TENURED);
599 TENURED);
    [all...]

Completed in 806 milliseconds

12 3 4