Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.cc212 relocations_.reserve(128); in Assembler()
2410 relocations_.push_back(rinfo); in RecordRelocInfo()
2415 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations()
2417 for (std::vector<DeferredRelocInfo>::iterator it = relocations_.begin(); in EmitRelocations()
2418 it != relocations_.end(); it++) { in EmitRelocations()
Dassembler-ppc.h1374 std::vector<DeferredRelocInfo> relocations_; variable