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

/external/chromium_org/v8/src/
H A Dlithium.cc267 LChunk::LChunk(CompilationInfo* info, HGraph* graph) function in class:v8::internal::LChunk
278 LLabel* LChunk::GetLabel(int block_id) const {
285 int LChunk::LookupDestination(int block_id) const {
293 Label* LChunk::GetAssemblyLabel(int block_id) const {
300 void LChunk::MarkEmptyBlocks() {
335 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
355 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) {
360 int LChunk::GetParameterStackSlot(int index) const {
373 int LChunk
[all...]
H A Dlithium.h619 class LChunk : public ZoneObject { class in namespace:v8::internal
621 static LChunk* NewChunk(HGraph* graph);
677 LChunk(CompilationInfo* info, HGraph* graph);
763 LPhase(const char* name, LChunk* chunk)
769 LChunk* chunk_;

Completed in 156 milliseconds