HomeSort by relevance Sort by last modified time
    Searched refs:LChunk (Results 1 - 25 of 33) sorted by null

1 2

  /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_;
compiler.h 488 class LChunk;
530 LChunk* chunk_;
code-stubs-hydrogen.cc 38 static LChunk* OptimizeGraph(HGraph* graph) {
48 LChunk* chunk = LChunk::NewChunk(graph);
299 LChunk* chunk = OptimizeGraph(builder.CreateGraph());
lithium-allocator.h 424 bool Allocate(LChunk* chunk);
  /external/v8/src/ia32/
lithium-codegen-ia32.h 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
148 LChunk* chunk() const { return chunk_; }
319 LChunk* const chunk_;
lithium-ia32.cc 369 int LChunk::GetNextSpillIndex(bool is_double) {
376 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
386 void LChunk::MarkEmptyBlocks() {
473 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
492 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
497 int LChunk::GetParameterStackSlot(int index) const {
508 int LChunk::ParameterAt(int index) {
515 LGap* LChunk::GetGapAt(int index) const {
520 bool LChunk::IsGapAt(int index) const {
525 int LChunk::NearestGapPos(int index) const
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
139 LChunk* chunk() const { return chunk_; }
315 LChunk* const chunk_;
lithium-x64.cc 366 int LChunk::GetNextSpillIndex(bool is_double) {
371 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
384 void LChunk::MarkEmptyBlocks() {
471 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
490 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
495 int LChunk::GetParameterStackSlot(int index) const {
506 int LChunk::ParameterAt(int index) {
513 LGap* LChunk::GetGapAt(int index) const {
518 bool LChunk::IsGapAt(int index) const {
523 int LChunk::NearestGapPos(int index) const
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/
lithium-allocator.h 51 class LChunk;
448 bool Allocate(LChunk* chunk);
458 LChunk* chunk() const { return chunk_; }
600 LChunk* chunk_;
hydrogen.h 50 class LChunk;
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
156 LChunk* chunk() const { return chunk_; }
330 LChunk* const chunk_;
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/mips/
lithium-codegen-mips.h 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
152 LChunk* chunk() const { return chunk_; }
345 LChunk* const chunk_;
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/chromium_org/v8/src/arm/
lithium-arm.h 506 int TrueDestination(LChunk* chunk) {
509 int FalseDestination(LChunk* chunk) {
513 Label* TrueLabel(LChunk* chunk) {
519 Label* FalseLabel(LChunk* chunk) {
    [all...]
lithium-codegen-arm.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 508 int TrueDestination(LChunk* chunk) {
511 int FalseDestination(LChunk* chunk) {
515 Label* TrueLabel(LChunk* chunk) {
521 Label* FalseLabel(LChunk* chunk) {
    [all...]
lithium-codegen-ia32.h 50 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
  /external/chromium_org/v8/src/mips/
lithium-mips.h 502 int TrueDestination(LChunk* chunk) {
505 int FalseDestination(LChunk* chunk) {
509 Label* TrueLabel(LChunk* chunk) {
515 Label* FalseLabel(LChunk* chunk) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 505 int TrueDestination(LChunk* chunk) {
508 int FalseDestination(LChunk* chunk) {
512 Label* TrueLabel(LChunk* chunk) {
518 Label* FalseLabel(LChunk* chunk) {
    [all...]

Completed in 1198 milliseconds

1 2