Searched refs:IsConstantPoolLoadStart (Results 1 – 3 of 3) sorted by relevance
98 Assembler::IsConstantPoolLoadStart(pc_)) { in target_address_address()123 if (Assembler::IsConstantPoolLoadStart(pc_, &access)) in constant_pool_entry_address()174 IsConstantPoolLoadStart(pc, &access)) { in return_address_from_call_start()487 if (IsConstantPoolLoadStart(pc, &access)) in target_address_at()530 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart() function579 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in GetConstantPoolOffset()603 DCHECK(IsConstantPoolLoadStart(pc, &access_check)); in PatchConstantPoolAccessInstruction()665 if (IsConstantPoolLoadStart(pc, &access)) { in set_target_address_at()
443 INLINE(static bool IsConstantPoolLoadStart(
150 return (constant_pool && Assembler::IsConstantPoolLoadStart(pc_)); in IsInConstantPool()