/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.cc | 146 if (rmode == RelocInfo::FULL_EMBEDDED_OBJECT) { in Write() 225 if (SetMode(RelocInfo::FULL_EMBEDDED_OBJECT)) return; in next() 371 ModeMask(CODE_TARGET) | ModeMask(FULL_EMBEDDED_OBJECT) | in HasTargetAddressAddress() 378 ModeMask(FULL_EMBEDDED_OBJECT) | ModeMask(EXTERNAL_REFERENCE) | in HasTargetAddressAddress() 401 case FULL_EMBEDDED_OBJECT: in RelocModeName() 453 } else if (rmode_ == FULL_EMBEDDED_OBJECT) { in Print() 496 case FULL_EMBEDDED_OBJECT: in Verify()
|
D | reloc-info.h | 62 FULL_EMBEDDED_OBJECT, enumerator 146 return mode == FULL_EMBEDDED_OBJECT; in IsFullEmbeddedObject() 355 return ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in EmbeddedObjectModeMask() 366 ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in PostCodegenRelocationMask()
|
/third_party/node/deps/v8/src/heap/ |
D | remembered-set-inl.h | 32 RelocInfo rinfo(addr, RelocInfo::FULL_EMBEDDED_OBJECT, 0, Code()); in UpdateTypedSlot()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 324 rmode_ = RelocInfo::FULL_EMBEDDED_OBJECT; in Operand() 330 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 337 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
D | assembler-s390.h | 141 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in is_heap_object_request()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.h | 329 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT); 331 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT); 346 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64-inl.h | 273 immediate_.rmode() == RelocInfo::FULL_EMBEDDED_OBJECT || 323 immediate_.rmode() == RelocInfo::FULL_EMBEDDED_OBJECT) || 325 immediate_.rmode() == RelocInfo::FULL_EMBEDDED_OBJECT));
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32-inl.h | 178 emit(handle.address(), RelocInfo::FULL_EMBEDDED_OBJECT); in emit()
|
D | assembler-ia32.h | 116 : Immediate(handle.address(), RelocInfo::FULL_EMBEDDED_OBJECT) {} in Immediate() 127 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in is_heap_object_request() 144 rmode() == RelocInfo::FULL_EMBEDDED_OBJECT; in is_embedded_object()
|
D | assembler-ia32.cc | 66 Immediate result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 73 Immediate result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant() 3367 adr.rmode() != RelocInfo::FULL_EMBEDDED_OBJECT); in emit_operand()
|
/third_party/node/deps/v8/src/builtins/ |
D | setup-builtins-internal.cc | 223 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in ReplacePlaceholders()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 177 rmode_ = RelocInfo::FULL_EMBEDDED_OBJECT; in Operand() 183 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 190 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
D | macro-assembler-ppc.h | 770 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT);
|
D | assembler-ppc.h | 110 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.cc | 118 : rm_(no_reg), rmode_(RelocInfo::FULL_EMBEDDED_OBJECT) { in Operand() 125 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 132 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
D | assembler-loong64.h | 72 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 299 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in IsIsolateIndependent()
|
D | objects-body-descriptors-inl.h | 887 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) |
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 1228 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in SerializeCode()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 206 : rm_(no_reg), rmode_(RelocInfo::FULL_EMBEDDED_OBJECT) { in Operand() 213 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 220 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 204 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT);
|
D | assembler-riscv64.cc | 160 : rm_(no_reg), rmode_(RelocInfo::FULL_EMBEDDED_OBJECT) { in Operand() 167 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 174 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 181 : rm_(no_reg), rmode_(RelocInfo::FULL_EMBEDDED_OBJECT) { in Operand() 188 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 195 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | assembler-arm.h | 163 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
|
D | assembler-arm.cc | 359 rmode_ = RelocInfo::FULL_EMBEDDED_OBJECT; in Operand() 393 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber() 400 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
|