Searched refs:LChunk (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dlithium.cc278 LChunk::LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
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
[all...]
H A Dlithium.h739 class LChunk: public ZoneObject { class in namespace:v8::internal
741 static LChunk* NewChunk(HGraph* graph);
783 LChunk(CompilationInfo* info, HGraph* graph);
808 LPhase(const char* name, LChunk* chunk)
814 LChunk* chunk_;
H A Dcode-stubs-hydrogen.cc38 static LChunk* OptimizeGraph(HGraph* graph) {
48 LChunk* chunk = LChunk::NewChunk(graph);
299 LChunk* chunk = OptimizeGraph(builder.CreateGraph());
H A Dcompiler.h488 class LChunk;
530 LChunk* chunk_;
H A Dlithium-allocator.h424 bool Allocate(LChunk* chunk);
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
148 LChunk* chunk() const { return chunk_; }
319 LChunk* const chunk_;
H A Dlithium-ia32.cc369 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
[all...]
H A Dlithium-ia32.h2284 class LChunk: public ZoneObject { class in namespace:v8::internal
2286 LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
2368 LChunk* Build();
2383 LChunk* chunk() const { return chunk_; }
2492 LChunk* chunk_;
/external/v8/src/x64/
H A Dlithium-codegen-x64.h48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
139 LChunk* chunk() const { return chunk_; }
315 LChunk* const chunk_;
H A Dlithium-x64.cc366 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
[all...]
/external/v8/src/
H A Dlithium-allocator.h51 class LChunk;
448 bool Allocate(LChunk* chunk);
458 LChunk* chunk() const { return chunk_; }
600 LChunk* chunk_;
H A Dhydrogen.h50 class LChunk;
1264 HPhase(const char* name, LChunk* chunk) {
1278 LChunk* chunk,
1285 LChunk* chunk_;
1295 void TraceLithium(const char* name, LChunk* chunk);
1336 void Trace(const char* name, HGraph* graph, LChunk* chunk);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
156 LChunk* chunk() const { return chunk_; }
330 LChunk* const chunk_;
H A Dlithium-arm.cc415 LChunk::LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
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
[all...]
H A Dlithium-arm.h2192 class LChunk: public ZoneObject { class in namespace:v8::internal
2194 explicit LChunk(CompilationInfo* info, HGraph* graph);
2270 LChunk* Build();
2285 LChunk* chunk() const { return chunk_; }
2390 LChunk* chunk_;
/external/v8/src/mips/
H A Dlithium-codegen-mips.h46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
152 LChunk* chunk() const { return chunk_; }
345 LChunk* const chunk_;
H A Dlithium-mips.cc415 LChunk::LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
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
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h506 int TrueDestination(LChunk* chunk) {
509 int FalseDestination(LChunk* chunk) {
513 Label* TrueLabel(LChunk* chunk) {
519 Label* FalseLabel(LChunk* chunk) {
2597 class LPlatformChunk: public LChunk {
2600 : LChunk(info, graph) { }
H A Dlithium-codegen-arm.h48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h508 int TrueDestination(LChunk* chunk) {
511 int FalseDestination(LChunk* chunk) {
515 Label* TrueLabel(LChunk* chunk) {
521 Label* FalseLabel(LChunk* chunk) {
2725 class LPlatformChunk: public LChunk {
2728 : LChunk(info, graph),
H A Dlithium-codegen-ia32.h50 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h502 int TrueDestination(LChunk* chunk) {
505 int FalseDestination(LChunk* chunk) {
509 Label* TrueLabel(LChunk* chunk) {
515 Label* FalseLabel(LChunk* chunk) {
2557 class LPlatformChunk: public LChunk {
2560 : LChunk(info, graph) { }
H A Dlithium-codegen-mips.h47 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h505 int TrueDestination(LChunk* chunk) {
508 int FalseDestination(LChunk* chunk) {
512 Label* TrueLabel(LChunk* chunk) {
518 Label* FalseLabel(LChunk* chunk) {
2506 class LPlatformChunk: public LChunk {
2509 : LChunk(info, graph) { }
H A Dlithium-codegen-x64.h49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)

Completed in 328 milliseconds

12