Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dassembler-s390.cc356 relocations_.reserve(128); in Assembler()
805 relocations_.push_back(rinfo); in RecordRelocInfo()
818 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
820 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()
821 it != relocations_.end(); it++) { in EmitRelocations()
Dassembler-s390.h1585 std::vector<DeferredRelocInfo> relocations_; variable
/external/v8/src/ppc/
Dassembler-ppc.cc259 relocations_.reserve(128); in Assembler()
2081 relocations_.push_back(rinfo); in RecordRelocInfo()
2086 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
2088 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()
2089 it != relocations_.end(); it++) { in EmitRelocations()
Dassembler-ppc.h1518 std::vector<DeferredRelocInfo> relocations_; variable