Searched refs:fast_elements (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Djson-parser.h342 Handle<FixedArray> fast_elements = local
345 fast_elements->set(i, *elements[i]);
347 return isolate()->factory()->NewJSArrayWithElements(fast_elements);
H A Dast.h1354 bool fast_elements() const { return fast_elements_; } function in class:v8::internal::ObjectLiteral
1383 bool fast_elements,
1389 fast_elements_(fast_elements),
2798 bool fast_elements,
2803 is_simple, fast_elements, depth, has_function);
1378 ObjectLiteral(Isolate* isolate, Handle<FixedArray> constant_properties, ZoneList<Property*>* properties, int literal_index, bool is_simple, bool fast_elements, int depth, bool has_function) argument
2793 NewObjectLiteral( Handle<FixedArray> constant_properties, ZoneList<ObjectLiteral::Property*>* properties, int literal_index, bool is_simple, bool fast_elements, int depth, bool has_function) argument
H A Dparser.cc3881 if (object_literal->fast_elements()) {
4000 bool* fast_elements,
4049 *fast_elements =
4222 bool fast_elements = true; local
4227 &fast_elements,
4233 fast_elements,
3996 BuildObjectLiteralConstantProperties( ZoneList<ObjectLiteral::Property*>* properties, Handle<FixedArray> constant_properties, bool* is_simple, bool* fast_elements, int* depth) argument
H A Dparser.h651 bool* fast_elements,
H A Dhydrogen-instructions.h4490 bool fast_elements,
4496 fast_elements_(fast_elements),
4505 bool fast_elements() const { return fast_elements_; } function in class:v8::HObjectLiteral
4488 HObjectLiteral(HValue* context, Handle<FixedArray> constant_properties, bool fast_elements, int literal_index, int depth, bool has_function) argument
H A Dhydrogen.cc3756 expr->fast_elements(),
4665 bool fast_elements = map->has_fast_elements(); local
4667 if (is_store && (fast_elements || fast_smi_only_elements)) {
4683 fast_elements ||
H A Dobjects.cc11295 FixedArray* fast_elements = FixedArray::cast(new_array); local
11296 dict->CopyValuesTo(fast_elements);
11299 set_elements(fast_elements);
H A Druntime.cc9298 * The second parameter of the constructor, fast_elements, specifies
9308 bool fast_elements) :
9313 fast_elements_(fast_elements) { }
/external/v8/src/x64/
H A Dcode-stubs-x64.cc6291 Label fast_elements; local
6297 __ CheckFastSmiOnlyElements(rdi, &fast_elements);
6316 __ bind(&fast_elements);
H A Dfull-codegen-x64.cc1396 int flags = expr->fast_elements()
H A Dlithium-codegen-x64.cc4307 int flags = instr->hydrogen()->fast_elements()
/external/v8/src/arm/
H A Dcode-stubs-arm.cc7370 Label fast_elements;
7375 __ CheckFastSmiOnlyElements(r2, r5, &fast_elements);
7388 __ bind(&fast_elements);
H A Dfull-codegen-arm.cc1488 int flags = expr->fast_elements()
H A Dlithium-codegen-arm.cc4691 int flags = instr->hydrogen()->fast_elements()
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc7319 Label fast_elements; local
7325 __ CheckFastSmiOnlyElements(edi, &fast_elements, Label::kNear);
7348 __ bind(&fast_elements);
H A Dfull-codegen-ia32.cc1443 int flags = expr->fast_elements()
H A Dlithium-codegen-ia32.cc4542 int flags = instr->hydrogen()->fast_elements()
/external/v8/src/mips/
H A Dcode-stubs-mips.cc7642 Label fast_elements; local
7647 __ CheckFastSmiOnlyElements(a2, t1, &fast_elements);
7660 __ bind(&fast_elements);
H A Dfull-codegen-mips.cc1496 int flags = expr->fast_elements()
H A Dlithium-codegen-mips.cc4588 int flags = instr->hydrogen()->fast_elements()

Completed in 1152 milliseconds