Home
last modified time | relevance | path

Searched refs:constant_elements (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/objects/
Dliteral-objects-inl.h51 ACCESSORS(ArrayBoilerplateDescription, constant_elements, FixedArrayBase,
63 return constant_elements()->length() == 0; in is_empty()
Dliteral-objects.h56 DECL_ACCESSORS(constant_elements, FixedArrayBase)
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc365 Node* constant_elements = Parameter(Descriptor::kConstantElements); in TF_BUILTIN() local
378 SmiTag(slot), constant_elements, SmiConstant(flags))); in TF_BUILTIN()
/external/v8/src/runtime/
Druntime-literals.cc405 array_boilerplate_description->constant_elements(), isolate); in Create()
/external/v8/src/heap/
Dobject-stats.cc852 description, description->constant_elements(), in RecordVirtualArrayBoilerplateDescription()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2361 Node* constant_elements = LoadConstantPoolEntryAtOperandIndex(0); in IGNITION_HANDLER() local
2364 SmiTag(slot_id), constant_elements, flags); in IGNITION_HANDLER()
Dbytecode-generator.cc1004 Handle<ArrayBoilerplateDescription> constant_elements = in AllocateDeferredConstants() local
1006 builder()->SetDeferredConstantPoolEntry(literal.second, constant_elements); in AllocateDeferredConstants()
/external/v8/src/
Dobjects-printer.cc1702 os << "\n - constant elements: " << Brief(constant_elements()); in ArrayBoilerplateDescriptionPrint()
Dobjects-debug.cc1631 CHECK(constant_elements()->IsFixedArrayBase()); in ArrayBoilerplateDescriptionVerify()
Dobjects.cc3658 os << " " << elements_kind() << ", " << Brief(constant_elements()); in BriefPrintDetails()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1345 value->constant_elements(), in ExtractArrayBoilerplateDescriptionReferences()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1591 array_boilerplate_description->constant_elements()->length(); in VisitCreateArrayLiteral()