Home
last modified time | relevance | path

Searched refs:relocations_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc.cc239 relocations_.reserve(128); in Assembler()
2453 relocations_.push_back(rinfo); in RecordRelocInfo()
2458 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
2460 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()
2461 it != relocations_.end(); it++) { in EmitRelocations()
Dassembler-ppc.h1386 std::vector<DeferredRelocInfo> relocations_; variable
/external/v8/src/s390/
Dassembler-s390.cc289 relocations_.reserve(128); in Assembler()
3097 relocations_.push_back(rinfo); in RecordRelocInfo()
3110 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
3112 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()
3113 it != relocations_.end(); it++) { in EmitRelocations()
Dassembler-s390.h1348 std::vector<DeferredRelocInfo> relocations_; variable