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()
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()
170 IsConstantPoolLoadStart(pc, &access)) { in return_address_from_call_start()
449 if (IsConstantPoolLoadStart(pc, &access)) in target_address_at()
492 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart() function
541 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in GetConstantPoolOffset()
565 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in PatchConstantPoolAccessInstruction()
627 if (IsConstantPoolLoadStart(pc, &access)) { in set_target_address_at()
Dassembler-ppc.h451 INLINE(static bool IsConstantPoolLoadStart(
Dassembler-ppc.cc159 return (constant_pool && Assembler::IsConstantPoolLoadStart(pc_)); in IsInConstantPool()