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

/external/v8/src/ppc/
H A Dassembler-ppc-inl.h98 Assembler::IsConstantPoolLoadStart(pc_)) {
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access))
170 IsConstantPoolLoadStart(pc, &access)) {
449 if (IsConstantPoolLoadStart(pc, &access))
492 bool Assembler::IsConstantPoolLoadStart(Address pc, function in class:v8::internal::Assembler
541 DCHECK(IsConstantPoolLoadStart(pc, &access_check));
565 DCHECK(IsConstantPoolLoadStart(pc, &access_check));
627 if (IsConstantPoolLoadStart(pc, &access)) {

Completed in 264 milliseconds