Home
last modified time | relevance | path

Searched refs:not_baseline (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc654 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
655 __ Branch(&not_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
658 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc351 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
352 __ Branch(&not_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
355 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc56 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
57 __ b(ne, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
60 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc613 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
614 __ j(not_equal, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
617 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc351 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
352 __ Branch(&not_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
355 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc704 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
705 __ j(not_equal, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
708 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc446 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
447 __ B(ne, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
450 __ Bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc361 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
362 __ b(ne, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
365 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc57 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local
58 __ b(ne, &not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
61 __ bind(&not_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()

Completed in 49 milliseconds