Searched defs:empty_fixed_array (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc502 HConstant* empty_fixed_array = local
503 Add<HConstant>(isolate()->factory()->empty_fixed_array());
508 empty_fixed_array);
1452 HInstruction* empty_fixed_array = local
1453 Add<HConstant>(factory->empty_fixed_array());
1476 empty_fixed_array);
1478 empty_fixed_array);
1480 empty_fixed_array);
H A Dhydrogen.cc1409 HInstruction* empty_fixed_array = Add<HConstant>( local
1410 isolate()->factory()->empty_fixed_array());
1414 if_builder.IfNot<HCompareObjectEqAndBranch>(elements, empty_fixed_array);
1836 HConstant* empty_fixed_array = local
1837 Add<HConstant>(isolate()->factory()->empty_fixed_array());
1840 empty_fixed_array);
1843 empty_fixed_array);
2651 HConstant* empty_fixed_array = local
2652 Add<HConstant>(isolate()->factory()->empty_fixed_array());
2655 array, HObjectAccess::ForPropertiesPointer(), empty_fixed_array);
9323 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
10963 HConstant* empty_fixed_array = Add<HConstant>( local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc4730 Register empty_fixed_array = x4; local
4735 __ Mov(empty_fixed_array, Operand(isolate()->factory()->empty_fixed_array()));
4743 __ Stp(empty_fixed_array, empty_fixed_array,

Completed in 298 milliseconds