Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object-gen.cc598 Label if_found_fast(this), if_found_dict(this); in ObjectAssignFast() local
609 Goto(&if_found_fast); in ObjectAssignFast()
618 CAST(from), var_from_map.value(), next_key, &if_found_fast, in ObjectAssignFast()
622 BIND(&if_found_fast); in ObjectAssignFast()
/external/v8/src/
Dcode-stub-assembler.cc8210 Label* if_found_fast, Label* if_found_dict, in TryLookupPropertyInSimpleObject() argument
8224 DescriptorLookup(unique_name, descriptors, bit_field3, if_found_fast, in TryLookupPropertyInSimpleObject()
8240 Label* if_found_fast, Label* if_found_dict, Label* if_found_global, in TryLookupProperty() argument
8246 TryLookupPropertyInSimpleObject(object, map, unique_name, if_found_fast, in TryLookupProperty()
8570 Label if_found_fast(this), if_found_dict(this), if_found_global(this); in TryGetOwnProperty() local
8578 TryLookupProperty(object, map, instance_type, unique_name, &if_found_fast, in TryGetOwnProperty()
8581 BIND(&if_found_fast); in TryGetOwnProperty()
Dcode-stub-assembler.h2411 SloppyTNode<Name> unique_name, Label* if_found_fast,
2421 Label* if_found_fast,