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

  /external/chromium_org/v8/src/
lithium.cc 267 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
278 LLabel* LChunk::GetLabel(int block_id) const {
285 int LChunk::LookupDestination(int block_id) const {
293 Label* LChunk::GetAssemblyLabel(int block_id) const {
300 void LChunk::MarkEmptyBlocks() {
335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
355 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
360 int LChunk::GetParameterStackSlot(int index) const {
373 int LChunk::ParameterAt(int index)
    [all...]
lithium.h 619 class LChunk : public ZoneObject {
621 static LChunk* NewChunk(HGraph* graph);
677 LChunk(CompilationInfo* info, HGraph* graph);
763 LPhase(const char* name, LChunk* chunk)
769 LChunk* chunk_;

Completed in 47 milliseconds