Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc9234 Label if_mapped(this), if_unmapped(this), end(this, &var_result); in EmitKeyedSloppyArguments() local
9238 GotoIf(UintPtrGreaterThanOrEqual(key, adjusted_length), &if_unmapped); in EmitKeyedSloppyArguments()
9242 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments()
9263 BIND(&if_unmapped); in EmitKeyedSloppyArguments()