Searched refs:not_baseline (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 654 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 655 __ Branch(¬_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline() 658 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 351 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 352 __ Branch(¬_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline() 355 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 56 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 57 __ b(ne, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 60 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 613 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 614 __ j(not_equal, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 617 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 351 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 352 __ Branch(¬_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline() 355 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 704 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 705 __ j(not_equal, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 708 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 446 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 447 __ B(ne, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 450 __ Bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 361 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 362 __ b(ne, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 365 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 57 Label not_baseline; in GetSharedFunctionInfoBytecodeOrBaseline() local 58 __ b(ne, ¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline() 61 __ bind(¬_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
|
Completed in 49 milliseconds