Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dlithium.cc263 LChunk::LChunk(CompilationInfo* info, HGraph* graph) in LChunk() function in v8::internal::LChunk
274 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel()
281 int LChunk::LookupDestination(int block_id) const { in LookupDestination()
289 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel()
296 void LChunk::MarkEmptyBlocks() { in MarkEmptyBlocks()
331 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction()
351 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { in DefineConstantOperand()
356 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot()
369 int LChunk::ParameterAt(int index) { in ParameterAt()
376 LGap* LChunk::GetGapAt(int index) const { in GetGapAt()
[all …]
Dlithium.h630 class LChunk : public ZoneObject {
632 static LChunk* NewChunk(HGraph* graph);
688 LChunk(CompilationInfo* info, HGraph* graph);
770 LPhase(const char* name, LChunk* chunk) in LPhase()
776 LChunk* chunk_;
Dlithium-codegen.h21 LCodeGenBase(LChunk* chunk,
Dlithium-codegen.cc46 LCodeGenBase::LCodeGenBase(LChunk* chunk, MacroAssembler* assembler, in LCodeGenBase()
Dlithium-allocator.h337 bool Allocate(LChunk* chunk);
Dhydrogen.h29 class LChunk; variable
2978 void TraceLithium(const char* name, LChunk* chunk);
3006 void Trace(const char* name, HGraph* graph, LChunk* chunk);
/external/v8/src/
Dcompiler.h549 class LChunk; variable
600 LChunk* chunk_;
Dcode-stubs-hydrogen.cc17 static LChunk* OptimizeGraph(HGraph* graph) { in OptimizeGraph()
27 LChunk* chunk = LChunk::NewChunk(graph); in OptimizeGraph()
302 LChunk* chunk = OptimizeGraph(builder.CreateGraph()); in DoGenerateCode()
Dcompiler.cc554 chunk_ = LChunk::NewChunk(graph_); in OptimizeGraph()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h488 int TrueDestination(LChunk* chunk) { in TrueDestination()
491 int FalseDestination(LChunk* chunk) { in FalseDestination()
495 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
501 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2624 class LPlatformChunk final : public LChunk {
2627 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-ia32.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h504 int TrueDestination(LChunk* chunk) { in TrueDestination()
507 int FalseDestination(LChunk* chunk) { in FalseDestination()
511 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
517 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2638 class LPlatformChunk final : public LChunk {
2641 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-x87.h29 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h490 int TrueDestination(LChunk* chunk) { in TrueDestination()
493 int FalseDestination(LChunk* chunk) { in FalseDestination()
497 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
503 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2596 class LPlatformChunk final : public LChunk {
2599 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-mips.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h497 int TrueDestination(LChunk* chunk) { in TrueDestination()
500 int FalseDestination(LChunk* chunk) { in FalseDestination()
504 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
510 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2608 class LPlatformChunk final : public LChunk {
2611 : LChunk(info, graph), in LPlatformChunk()
Dlithium-codegen-x64.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h493 int TrueDestination(LChunk* chunk) { in TrueDestination()
496 int FalseDestination(LChunk* chunk) { in FalseDestination()
500 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
506 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2637 class LPlatformChunk final : public LChunk {
2640 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-arm.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h493 int TrueDestination(LChunk* chunk) { in TrueDestination()
496 int FalseDestination(LChunk* chunk) { in FalseDestination()
500 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
506 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2642 class LPlatformChunk final : public LChunk {
2645 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-mips64.h25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h483 int TrueDestination(LChunk* chunk) { in TrueDestination()
486 int FalseDestination(LChunk* chunk) { in FalseDestination()
490 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
496 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2521 class LPlatformChunk final : public LChunk {
2523 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/arm64/
Dlithium-arm64.h331 int TrueDestination(LChunk* chunk) { in TrueDestination()
335 int FalseDestination(LChunk* chunk) { in FalseDestination()
339 Label* TrueLabel(LChunk* chunk) { in TrueLabel()
346 Label* FalseLabel(LChunk* chunk) { in FalseLabel()
2985 class LPlatformChunk final : public LChunk {
2988 : LChunk(info, graph) { } in LPlatformChunk()
Dlithium-codegen-arm64.h27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()

12