HomeSort by relevance Sort by last modified time
    Searched refs:IsConstantPoolLoadStart (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ppc/
assembler-ppc-inl.h 98 Assembler::IsConstantPoolLoadStart(pc_)) {
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access))
170 IsConstantPoolLoadStart(pc, &access)) {
449 if (IsConstantPoolLoadStart(pc, &access))
492 bool Assembler::IsConstantPoolLoadStart(Address pc,
541 DCHECK(IsConstantPoolLoadStart(pc, &access_check));
565 DCHECK(IsConstantPoolLoadStart(pc, &access_check));
627 if (IsConstantPoolLoadStart(pc, &access)) {
assembler-ppc.h 451 INLINE(static bool IsConstantPoolLoadStart(
    [all...]
assembler-ppc.cc 159 return (constant_pool && Assembler::IsConstantPoolLoadStart(pc_));
    [all...]

Completed in 86 milliseconds