Searched refs:if_found_value (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-proxy-gen.cc | 646 Label if_found_value(this), check_in_runtime(this, Label::kDeferred); in CheckGetSetTrapResult() local 650 &if_found_value, &var_value, &var_details, &var_raw_value, in CheckGetSetTrapResult() 653 BIND(&if_found_value); in CheckGetSetTrapResult() 750 Label if_found_value(this, Label::kDeferred), in CheckHasTrapResult() local 757 &if_found_value, &var_value, &var_details, &var_raw_value, in CheckHasTrapResult() 761 BIND(&if_found_value); in CheckHasTrapResult()
|
D | builtins-object-gen.cc | 1558 Label if_found_value(this), return_empty(this), if_not_found(this); in TF_BUILTIN() local 1565 var_name.value(), &if_found_value, &var_value, in TF_BUILTIN() 1569 BIND(&if_found_value); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 8552 Node* unique_name, Label* if_found_value, Variable* var_value, in TryGetOwnProperty() argument 8555 if_found_value, var_value, nullptr, nullptr, if_not_found, in TryGetOwnProperty() 8561 Node* unique_name, Label* if_found_value, Variable* var_value, in TryGetOwnProperty() argument 8616 Goto(if_found_value); in TryGetOwnProperty()
|