Home | History | Annotate | Download | only in src

Lines Matching refs:LChunk

237 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
249 LLabel* LChunk::GetLabel(int block_id) const {
256 int LChunk::LookupDestination(int block_id) const {
264 Label* LChunk::GetAssemblyLabel(int block_id) const {
271 void LChunk::MarkEmptyBlocks() {
306 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
326 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
331 int LChunk::GetParameterStackSlot(int index) const {
344 int LChunk::ParameterAt(int index) {
351 LGap* LChunk::GetGapAt(int index) const {
356 bool LChunk::IsGapAt(int index) const {
361 int LChunk::NearestGapPos(int index) const {
367 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) {
373 HConstant* LChunk::LookupConstant(LConstantOperand* operand) const {
378 Representation LChunk::LookupLiteralRepresentation(
384 void LChunk::CommitDependencies(Handle<Code> code) const {
405 LChunk* LChunk::NewChunk(HGraph* graph) {
417 LChunk* chunk = builder.Build();
432 Handle<Code> LChunk::Codegen() {
466 void LChunk::set_allocated_double_registers(BitVector* allocated_registers) {