Searched defs:LChunk (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm/
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/ia32/
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/mips/
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_;
/external/v8/src/x64/
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_;

Completed in 134 milliseconds