Home
last modified time | relevance | path

Searched refs:not_array (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm64/
Dcode-stubs-arm64.cc4351 Label not_array, miss; in GenerateImpl() local
4358 __ JumpIfNotRoot(scratch1, Heap::kFixedArrayMapRootIndex, &not_array); in GenerateImpl()
4361 __ Bind(&not_array); in GenerateImpl()
4404 Label not_array, miss; in GenerateImpl() local
4411 __ JumpIfNotRoot(scratch1, Heap::kFixedArrayMapRootIndex, &not_array); in GenerateImpl()
4418 __ Bind(&not_array); in GenerateImpl()
4487 Label not_array, miss; in GenerateImpl() local
4494 __ JumpIfNotRoot(scratch1, Heap::kFixedArrayMapRootIndex, &not_array); in GenerateImpl()
4497 __ Bind(&not_array); in GenerateImpl()
4606 Label not_array, miss; in GenerateImpl() local
[all …]
/external/v8/src/x64/
Dcode-stubs-x64.cc4176 Label not_array, miss; in GenerateImpl() local
4183 __ j(not_equal, &not_array); in GenerateImpl()
4187 __ bind(&not_array); in GenerateImpl()
4231 Label not_array, miss; in GenerateImpl() local
4238 __ j(not_equal, &not_array); in GenerateImpl()
4246 __ bind(&not_array); in GenerateImpl()
4317 Label not_array, miss; in GenerateImpl() local
4324 __ j(not_equal, &not_array); in GenerateImpl()
4328 __ bind(&not_array); in GenerateImpl()
4428 Label not_array, miss; in GenerateImpl() local
[all …]
/external/v8/src/x87/
Dcode-stubs-x87.cc3962 Label not_array, smi_key, key_okay, miss; in GenerateImpl() local
3970 __ j(not_equal, &not_array); in GenerateImpl()
3973 __ bind(&not_array); in GenerateImpl()
4010 Label not_array, smi_key, key_okay, miss; in GenerateImpl() local
4018 __ j(not_equal, &not_array); in GenerateImpl()
4025 __ bind(&not_array); in GenerateImpl()
4220 Label not_array, smi_key, key_okay; in GenerateImpl() local
4228 __ j(not_equal, &not_array); in GenerateImpl()
4232 __ bind(&not_array); in GenerateImpl()
4390 Label not_array, smi_key, key_okay; in GenerateImpl() local
[all …]
/external/v8/src/arm/
Dcode-stubs-arm.cc4218 Label not_array, miss; in GenerateImpl() local
4226 __ b(ne, &not_array); in GenerateImpl()
4229 __ bind(&not_array); in GenerateImpl()
4273 Label not_array, miss; in GenerateImpl() local
4281 __ b(ne, &not_array); in GenerateImpl()
4288 __ bind(&not_array); in GenerateImpl()
4357 Label not_array, miss; in GenerateImpl() local
4365 __ b(ne, &not_array); in GenerateImpl()
4374 __ bind(&not_array); in GenerateImpl()
4481 Label not_array, miss; in GenerateImpl() local
[all …]
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4282 Label not_array, smi_key, key_okay, miss; in GenerateImpl() local
4290 __ j(not_equal, &not_array); in GenerateImpl()
4293 __ bind(&not_array); in GenerateImpl()
4330 Label not_array, smi_key, key_okay, miss; in GenerateImpl() local
4338 __ j(not_equal, &not_array); in GenerateImpl()
4345 __ bind(&not_array); in GenerateImpl()
4540 Label not_array, smi_key, key_okay; in GenerateImpl() local
4548 __ j(not_equal, &not_array); in GenerateImpl()
4552 __ bind(&not_array); in GenerateImpl()
4710 Label not_array, smi_key, key_okay; in GenerateImpl() local
[all …]
/external/v8/src/mips/
Dcode-stubs-mips.cc4448 Label not_array, miss; in GenerateImpl() local
4456 __ Branch(&not_array, ne, at, Operand(scratch1)); in GenerateImpl()
4459 __ bind(&not_array); in GenerateImpl()
4504 Label not_array, miss; in GenerateImpl() local
4512 __ Branch(&not_array, ne, at, Operand(scratch1)); in GenerateImpl()
4520 __ bind(&not_array); in GenerateImpl()
4590 Label not_array, miss; in GenerateImpl() local
4598 __ Branch(&not_array, ne, scratch1, Operand(at)); in GenerateImpl()
4604 __ bind(&not_array); in GenerateImpl()
4713 Label not_array, miss; in GenerateImpl() local
[all …]
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4426 Label not_array, miss; in GenerateImpl() local
4434 __ bne(&not_array); in GenerateImpl()
4437 __ bind(&not_array); in GenerateImpl()
4482 Label not_array, miss; in GenerateImpl() local
4490 __ bne(&not_array); in GenerateImpl()
4497 __ bind(&not_array); in GenerateImpl()
4568 Label not_array, miss; in GenerateImpl() local
4576 __ bne(&not_array); in GenerateImpl()
4582 __ bind(&not_array); in GenerateImpl()
4693 Label not_array, miss; in GenerateImpl() local
[all …]
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4479 Label not_array, miss; in GenerateImpl() local
4487 __ Branch(&not_array, ne, scratch1, Operand(at)); in GenerateImpl()
4490 __ bind(&not_array); in GenerateImpl()
4535 Label not_array, miss; in GenerateImpl() local
4543 __ Branch(&not_array, ne, scratch1, Operand(at)); in GenerateImpl()
4551 __ bind(&not_array); in GenerateImpl()
4621 Label not_array, miss; in GenerateImpl() local
4628 __ Branch(&not_array, ne, scratch1, Heap::kFixedArrayMapRootIndex); in GenerateImpl()
4634 __ bind(&not_array); in GenerateImpl()
4742 Label not_array, miss; in GenerateImpl() local
[all …]