Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc230 InstructionSequence::RpoImmediates& rpo_immediates = code->rpo_immediates(); in ApplyForwarding()
Dinstruction.h1755 using RpoImmediates = ZoneVector<RpoNumber>; in NON_EXPORTED_BASE() local
1756 RpoImmediates& rpo_immediates() { return rpo_immediates_; } in NON_EXPORTED_BASE()
1869 RpoImmediates rpo_immediates_; in NON_EXPORTED_BASE()