Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dconstant-pool.cc53 DCHECK(!emitted_label_.is_bound()); in AddEntry()
105 int base = emitted_label_.pos(); in EmitSharedEntries()
133 int base = emitted_label_.pos(); in EmitGroup()
185 bool emitted = emitted_label_.is_bound(); in Emit()
191 assm->bind(&emitted_label_); in Emit()
209 return !empty ? (assm->pc_offset() - emitted_label_.pos()) : 0; in Emit()
Dconstant-pool.h96 emitted_label_.Unuse(); in ~ConstantPoolBuilder()
97 emitted_label_.UnuseNear(); in ~ConstantPoolBuilder()
138 inline Label* EmittedPosition() { return &emitted_label_; } in EmittedPosition()
160 Label emitted_label_; // Records pc_offset of emitted pool variable