Home
last modified time | relevance | path

Searched refs:if_code_is_off_heap (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc59 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 Dmacro-assembler-ia32.cc1924 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 Dmacro-assembler-arm.cc314 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 Dmacro-assembler-arm64.cc2083 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 Dmacro-assembler-x64.cc1950 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 Dmacro-assembler-ppc.cc3649 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 Dmacro-assembler-loong64.cc4107 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 Dmacro-assembler-mips64.cc6134 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 Dmacro-assembler-s390.cc4766 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 Dmacro-assembler-mips.cc5591 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 Dmacro-assembler-riscv64.cc5007 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