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

  /external/chromium_org/v8/src/
lithium.cc 278 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
288 LLabel* LChunk::GetLabel(int block_id) const {
295 int LChunk::LookupDestination(int block_id) const {
303 Label* LChunk::GetAssemblyLabel(int block_id) const {
310 void LChunk::MarkEmptyBlocks() {
345 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
365 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
370 int LChunk::GetParameterStackSlot(int index) const {
382 int LChunk::ParameterAt(int index)
    [all...]
lithium.h 739 class LChunk: public ZoneObject {
741 static LChunk* NewChunk(HGraph* graph);
783 LChunk(CompilationInfo* info, HGraph* graph);
808 LPhase(const char* name, LChunk* chunk)
814 LChunk* chunk_;
  /external/v8/src/arm/
lithium-arm.cc 415 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
425 int LChunk::GetNextSpillIndex(bool is_double) {
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
442 void LChunk::MarkEmptyBlocks() {
478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
497 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
502 int LChunk::GetParameterStackSlot(int index) const {
513 int LChunk::ParameterAt(int index) {
520 LGap* LChunk::GetGapAt(int index) const
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 415 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
425 int LChunk::GetNextSpillIndex(bool is_double) {
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
442 void LChunk::MarkEmptyBlocks() {
478 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
497 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
502 int LChunk::GetParameterStackSlot(int index) const {
513 int LChunk::ParameterAt(int index) {
520 LGap* LChunk::GetGapAt(int index) const
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]

Completed in 75 milliseconds