Home
last modified time | relevance | path

Searched refs:IsConstantPoolLoadStart (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h91 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()
114 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
273 if (IsConstantPoolLoadStart(pc, &access)) in target_address_at()
314 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart() function in v8::internal::Assembler
361 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in GetConstantPoolOffset()
384 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in PatchConstantPoolAccessInstruction()
448 if (IsConstantPoolLoadStart(pc, &access)) { in set_target_address_at()
H A Dassembler-ppc.h241 V8_INLINE static bool IsConstantPoolLoadStart(
H A Dassembler-ppc.cc159 return Assembler::IsConstantPoolLoadStart(pc_); in IsInConstantPool()

Completed in 9 milliseconds