Home
last modified time | relevance | path

Searched refs:LChunk (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/crankshaft/
Dlithium.cc254 LChunk::LChunk(CompilationInfo* info, HGraph* graph) in LChunk() function in v8::internal::LChunk
267 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel()
274 int LChunk::LookupDestination(int block_id) const { in LookupDestination()
282 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel()
289 void LChunk::MarkEmptyBlocks() { in MarkEmptyBlocks()
324 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction()
343 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { in DefineConstantOperand()
348 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot()
361 int LChunk::ParameterAt(int index) { in ParameterAt()
368 LGap* LChunk::GetGapAt(int index) const { in GetGapAt()
[all …]
Dlithium-codegen.h16 class LChunk; variable
23 LCodeGenBase(LChunk* chunk,
Dlithium.h631 class LChunk : public ZoneObject {
633 static LChunk* NewChunk(HGraph* graph);
695 LChunk(CompilationInfo* info, HGraph* graph);
786 LPhase(const char* name, LChunk* chunk) in LPhase()
792 LChunk* chunk_;
Dlithium-codegen.cc49 LCodeGenBase::LCodeGenBase(LChunk* chunk, MacroAssembler* assembler, in LCodeGenBase()
Dlithium-allocator.h339 bool Allocate(LChunk* chunk);
Dhydrogen.h32 class LChunk; variable
55 LChunk* chunk_;
3009 void TraceLithium(const char* name, LChunk* chunk);
3037 void Trace(const char* name, HGraph* graph, LChunk* chunk);
/external/v8/src/crankshaft/x87/
Dlithium-x87.h492 int TrueDestination(LChunk* chunk) { in TrueDestination()
495 int FalseDestination(LChunk* chunk) { in FalseDestination()
499 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
505 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2504 class LPlatformChunk final : public LChunk {
2507 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-x87.h29 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h482 int TrueDestination(LChunk* chunk) { in TrueDestination()
485 int FalseDestination(LChunk* chunk) { in FalseDestination()
489 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
495 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2504 class LPlatformChunk final : public LChunk {
2507 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-mips64.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h481 int TrueDestination(LChunk* chunk) { in TrueDestination()
484 int FalseDestination(LChunk* chunk) { in FalseDestination()
488 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
494 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2498 class LPlatformChunk final : public LChunk {
2501 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-arm.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h457 int TrueDestination(LChunk* chunk) { in TrueDestination()
460 int FalseDestination(LChunk* chunk) { in FalseDestination()
464 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
470 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2263 class LPlatformChunk final : public LChunk {
2265 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk()
Dlithium-codegen-s390.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h487 int TrueDestination(LChunk* chunk) { in TrueDestination()
490 int FalseDestination(LChunk* chunk) { in FalseDestination()
494 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
500 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2495 class LPlatformChunk final : public LChunk {
2498 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-x64.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h479 int TrueDestination(LChunk* chunk) { in TrueDestination()
482 int FalseDestination(LChunk* chunk) { in FalseDestination()
486 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
492 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2458 class LPlatformChunk final : public LChunk {
2461 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-mips.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h475 int TrueDestination(LChunk* chunk) { in TrueDestination()
478 int FalseDestination(LChunk* chunk) { in FalseDestination()
482 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
488 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2422 class LPlatformChunk final : public LChunk {
2424 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk()
Dlithium-codegen-ppc.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h478 int TrueDestination(LChunk* chunk) { in TrueDestination()
481 int FalseDestination(LChunk* chunk) { in FalseDestination()
485 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
491 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2508 class LPlatformChunk final : public LChunk {
2511 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-ia32.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h332 int TrueDestination(LChunk* chunk) { in TrueDestination()
336 int FalseDestination(LChunk* chunk) { in FalseDestination()
340 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
347 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2838 class LPlatformChunk final : public LChunk {
2841 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-arm64.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/
Dcode-stubs-hydrogen.cc17 static LChunk* OptimizeGraph(HGraph* graph) { in OptimizeGraph()
27 LChunk* chunk = LChunk::NewChunk(graph); in OptimizeGraph()
274 LChunk* chunk = OptimizeGraph(builder.CreateGraph()); in DoGenerateCode()

12