Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h98 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()
122 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
156 IsConstantPoolLoadStart(pc, &access)) { in return_address_from_call_start()
274 if (IsConstantPoolLoadStart(pc, &access)) in target_address_at()
316 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart() function
365 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in GetConstantPoolOffset()
389 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in PatchConstantPoolAccessInstruction()
455 if (IsConstantPoolLoadStart(pc, &access)) { in set_target_address_at()
Dassembler-ppc.h553 V8_INLINE static bool IsConstantPoolLoadStart(
Dassembler-ppc.cc160 return Assembler::IsConstantPoolLoadStart(pc_); in IsInConstantPool()