HomeSort by relevance Sort by last modified time
    Searched defs:LChunk (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
lithium.cc 263 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
274 LLabel* LChunk::GetLabel(int block_id) const {
281 int LChunk::LookupDestination(int block_id) const {
289 Label* LChunk::GetAssemblyLabel(int block_id) const {
296 void LChunk::MarkEmptyBlocks() {
331 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
351 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
356 int LChunk::GetParameterStackSlot(int index) const {
369 int LChunk::ParameterAt(int index)
    [all...]
lithium.h 630 class LChunk : public ZoneObject {
632 static LChunk* NewChunk(HGraph* graph);
688 LChunk(CompilationInfo* info, HGraph* graph);
770 LPhase(const char* name, LChunk* chunk)
776 LChunk* chunk_;

Completed in 387 milliseconds