Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-stub-assembler.cc9165 return_runtime(this, Label::kDeferred), return_result(this); in HasInPrototypeChain() local
9184 &return_runtime); in HasInPrototypeChain()
9188 Branch(IsSetWord32(object_bitfield, mask), &return_runtime, in HasInPrototypeChain()
9212 BIND(&return_runtime); in HasInPrototypeChain()
9230 GotoIfForceSlowPath(&return_runtime); in OrdinaryHasInstance()
9233 GotoIf(TaggedIsSmi(object_maybe_smi), &return_runtime); in OrdinaryHasInstance()
9236 GotoIf(TaggedIsSmi(callable_maybe_smi), &return_runtime); in OrdinaryHasInstance()
9247 &return_runtime); in OrdinaryHasInstance()
9250 &return_runtime); in OrdinaryHasInstance()
9269 &return_runtime, &walk_prototype_chain); in OrdinaryHasInstance()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-stub-assembler.cc9150 return_runtime(this, Label::kDeferred), return_result(this); in HasInPrototypeChain() local
9169 &return_runtime); in HasInPrototypeChain()
9173 Branch(IsSetWord32(object_bitfield, mask), &return_runtime, in HasInPrototypeChain()
9197 BIND(&return_runtime); in HasInPrototypeChain()
9215 GotoIfForceSlowPath(&return_runtime); in OrdinaryHasInstance()
9218 GotoIf(TaggedIsSmi(object_maybe_smi), &return_runtime); in OrdinaryHasInstance()
9221 GotoIf(TaggedIsSmi(callable_maybe_smi), &return_runtime); in OrdinaryHasInstance()
9232 &return_runtime); in OrdinaryHasInstance()
9235 &return_runtime); in OrdinaryHasInstance()
9254 &return_runtime, &walk_prototype_chain); in OrdinaryHasInstance()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc8252 return_runtime(this, Label::kDeferred), return_result(this); in HasInPrototypeChain() local
8271 &return_runtime); in HasInPrototypeChain()
8275 Branch(IsSetWord32(object_bitfield, mask), &return_runtime, in HasInPrototypeChain()
8299 BIND(&return_runtime); in HasInPrototypeChain()
8314 Label return_runtime(this, Label::kDeferred), return_result(this); in OrdinaryHasInstance() local
8317 GotoIf(TaggedIsSmi(object), &return_runtime); in OrdinaryHasInstance()
8320 GotoIf(TaggedIsSmi(callable), &return_runtime); in OrdinaryHasInstance()
8328 &return_runtime); in OrdinaryHasInstance()
8338 &return_runtime); in OrdinaryHasInstance()
8367 BIND(&return_runtime); in OrdinaryHasInstance()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc10000 return_runtime(this, Label::kDeferred), return_result(this); in HasInPrototypeChain() local
10019 &return_runtime); in HasInPrototypeChain()
10023 Branch(IsSetWord32(object_bitfield, mask), &return_runtime, in HasInPrototypeChain()
10047 BIND(&return_runtime); in HasInPrototypeChain()
10065 GotoIfForceSlowPath(&return_runtime); in OrdinaryHasInstance()
10068 GotoIf(TaggedIsSmi(object_maybe_smi), &return_runtime); in OrdinaryHasInstance()
10071 GotoIf(TaggedIsSmi(callable_maybe_smi), &return_runtime); in OrdinaryHasInstance()
10082 &return_runtime); in OrdinaryHasInstance()
10085 &return_runtime); in OrdinaryHasInstance()
10104 &return_runtime, &walk_prototype_chain); in OrdinaryHasInstance()
[all …]