Searched refs:if_code_is_off_heap (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 59 Label if_code_is_off_heap(this), out(this); in LoadCodeObjectEntry() 66 &if_code_is_off_heap); in LoadCodeObjectEntry() local 73 BIND(&if_code_is_off_heap); in LoadCodeObjectEntry()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1924 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 1931 j(not_equal, &if_code_is_off_heap); in CallRecordWriteStub() 1941 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 314 Label if_code_is_off_heap, out; in LoadCodeObjectEntry() local 328 b(ne, &if_code_is_off_heap); in LoadCodeObjectEntry() 338 bind(&if_code_is_off_heap); in LoadCodeObjectEntry()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 2083 Label if_code_is_off_heap, out; in LoadCodeObjectEntry() local 2097 &if_code_is_off_heap); in LoadCodeObjectEntry() 2106 bind(&if_code_is_off_heap); in LoadCodeObjectEntry()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 1950 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 1957 j(not_equal, &if_code_is_off_heap); in CallRecordWriteStub() 1967 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 3649 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 3662 bne(&if_code_is_off_heap, cr0); in CallRecordWriteStub() 3671 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 4107 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 4118 BranchShort(&if_code_is_off_heap, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub() 4126 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 6134 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 6145 Branch(&if_code_is_off_heap, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub() 6154 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 4766 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 4778 bne(&if_code_is_off_heap); in CallRecordWriteStub() 4788 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 5591 Label if_code_is_off_heap, out; in CallRecordWriteStub() local 5602 Branch(&if_code_is_off_heap, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub() 5611 bind(&if_code_is_off_heap); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 5007 Label if_code_is_off_heap, out; in LoadCodeObjectEntry() local 5021 Branch(&if_code_is_off_heap, ne, scratch, Operand(zero_reg)); in LoadCodeObjectEntry() 5029 bind(&if_code_is_off_heap); in LoadCodeObjectEntry()
|
Completed in 80 milliseconds