Searched refs:IsConstantPoolLoadStart (Results 1 – 3 of 3) sorted by relevance
98 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() function365 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()
553 V8_INLINE static bool IsConstantPoolLoadStart(
160 return Assembler::IsConstantPoolLoadStart(pc_); in IsInConstantPool()