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

/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...]
H A Dlithium-x64.h2148 class LChunk: public ZoneObject { class in namespace:v8::internal
2150 explicit LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
2232 LChunk* Build();
2247 LChunk* chunk() const { return chunk_; }
2356 LChunk* chunk_;
/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);
H A Dhydrogen.cc693 LChunk* chunk = builder.Build();
7882 void HTracer::TraceLithium(const char* name, LChunk* chunk) {
7892 void HTracer::Trace(const char* name, HGraph* graph, LChunk* chunk) {
8153 LChunk* chunk,
H A Dlithium-allocator.cc1065 bool LAllocator::Allocate(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...]
H A Dlithium-mips.h2172 class LChunk: public ZoneObject { class in namespace:v8::internal
2174 explicit LChunk(CompilationInfo* info, HGraph* graph);
2250 LChunk* Build();
2265 LChunk* chunk() const { return chunk_; }
2371 LChunk* chunk_;

Completed in 161 milliseconds