Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc5552 Label load_cache, done; in DoForInCacheArray() local
5555 __ j(not_equal, &load_cache, Label::kNear); in DoForInCacheArray()
5558 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc5484 Label load_cache, done; in DoForInCacheArray() local
5487 __ b(ne, &load_cache); in DoForInCacheArray()
5491 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc2698 Label load_cache, done; in DoForInCacheArray() local
2701 __ Cbnz(result, &load_cache); in DoForInCacheArray()
2706 __ Bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc5359 Label load_cache, done; in DoForInCacheArray() local
5362 __ j(not_equal, &load_cache, Label::kNear); in DoForInCacheArray()
5366 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc5518 Label load_cache, done; in DoForInCacheArray() local
5520 __ Branch(&load_cache, ne, result, Operand(Smi::FromInt(0))); in DoForInCacheArray()
5524 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc5919 Label load_cache, done; in DoForInCacheArray() local
5922 __ j(not_equal, &load_cache, Label::kNear); in DoForInCacheArray()
5926 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc5725 Label load_cache, done; in DoForInCacheArray() local
5727 __ Branch(&load_cache, ne, result, Operand(Smi::FromInt(0))); in DoForInCacheArray()
5731 __ bind(&load_cache); in DoForInCacheArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc5761 Label load_cache, done; in DoShiftI() local
5764 __ bne(&load_cache); in DoShiftI()
5768 __ bind(&load_cache); in DoShiftI()