Home
last modified time | relevance | path

Searched refs:FULL_EMBEDDED_OBJECT (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc146 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()
Dreloc-info.h62 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/
Dremembered-set-inl.h32 RelocInfo rinfo(addr, RelocInfo::FULL_EMBEDDED_OBJECT, 0, Code()); in UpdateTypedSlot()
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc324 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()
Dassembler-s390.h141 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in is_heap_object_request()
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.h329 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/
Dassembler-arm64-inl.h273 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/
Dassembler-ia32-inl.h178 emit(handle.address(), RelocInfo::FULL_EMBEDDED_OBJECT); in emit()
Dassembler-ia32.h116 : 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()
Dassembler-ia32.cc66 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/
Dsetup-builtins-internal.cc223 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in ReplacePlaceholders()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc177 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()
Dmacro-assembler-ppc.h770 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT);
Dassembler-ppc.h110 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc118 : 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()
Dassembler-loong64.h72 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
/third_party/node/deps/v8/src/objects/
Dcode.cc299 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in IsIsolateIndependent()
Dobjects-body-descriptors-inl.h887 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) |
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1228 RelocInfo::ModeMask(RelocInfo::FULL_EMBEDDED_OBJECT) | in SerializeCode()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc206 : 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/
Dmacro-assembler-riscv64.h204 RelocInfo::Mode rmode = RelocInfo::FULL_EMBEDDED_OBJECT);
Dassembler-riscv64.cc160 : 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/
Dassembler-mips64.cc181 : 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/
Dassembler-arm.h163 rmode_ == RelocInfo::FULL_EMBEDDED_OBJECT || in IsHeapObjectRequest()
Dassembler-arm.cc359 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()

12