Home
last modified time | relevance | path

Searched refs:if_fast (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc425 Label if_fast(this), if_in_bounds(this), if_increment_length_by_one(this), in EmitGenericElementStore() local
430 Branch(IsFastElementsKind(elements_kind), &if_fast, &if_nonfast); in EmitGenericElementStore()
431 Bind(&if_fast); in EmitGenericElementStore()
/external/v8/src/interpreter/
Dinterpreter.cc3230 Label if_fast(assembler), if_slow(assembler, Label::kDeferred); in DoForInNext() local
3232 __ Branch(__ WordEqual(receiver_map, cache_type), &if_fast, &if_slow); in DoForInNext()
3233 __ Bind(&if_fast); in DoForInNext()
/external/v8/src/crankshaft/
Dhydrogen.cc4863 IfBuilder if_fast(this); in BuildForInBody() local
4864 if_fast.If<HCompareMap>(array, meta_map); in BuildForInBody()
4865 if_fast.Then(); in BuildForInBody()
4876 if_fast.Else(); in BuildForInBody()
4932 HBasicBlock* if_fast = graph()->CreateBasicBlock(); in BuildForInBody() local
4942 New<HCompareObjectEqAndBranch>(enumerable_map, type, if_fast, if_slow)); in BuildForInBody()
4943 set_current_block(if_fast); in BuildForInBody()