Home
last modified time | relevance | path

Searched defs:ast_id (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/
Dtype-info.cc72 Handle<Object> TypeFeedbackOracle::GetInfo(unsigned ast_id) { in GetInfo()
491 void TypeFeedbackOracle::CollectReceiverTypes(unsigned ast_id, in CollectReceiverTypes()
559 void TypeFeedbackOracle::CollectKeyedReceiverTypes(unsigned ast_id, in CollectKeyedReceiverTypes()
582 byte TypeFeedbackOracle::ToBooleanTypes(unsigned ast_id) { in ToBooleanTypes()
643 unsigned ast_id = static_cast<unsigned>((*infos)[i].data()); in ProcessRelocInfos() local
696 unsigned ast_id = cache->AstId(i)->value(); in ProcessTypeFeedbackCells() local
708 void TypeFeedbackOracle::SetInfo(unsigned ast_id, Object* target) { in SetInfo()
Dlithium.h446 int ast_id, in LEnvironment()
470 int ast_id() const { return ast_id_; } in ast_id() function
Dhydrogen.cc136 HSimulate* HBasicBlock::CreateSimulate(int ast_id) { in CreateSimulate()
200 void HBasicBlock::SetJoinId(int ast_id) { in SetJoinId()
2268 void EffectContext::ReturnInstruction(HInstruction* instr, int ast_id) { in ReturnInstruction()
2275 void EffectContext::ReturnControl(HControlInstruction* instr, int ast_id) { in ReturnControl()
2287 void ValueContext::ReturnInstruction(HInstruction* instr, int ast_id) { in ReturnInstruction()
2298 void ValueContext::ReturnControl(HControlInstruction* instr, int ast_id) { in ReturnControl()
2318 void TestContext::ReturnInstruction(HInstruction* instr, int ast_id) { in ReturnInstruction()
2333 void TestContext::ReturnControl(HControlInstruction* instr, int ast_id) { in ReturnControl()
2601 void HGraphBuilder::AddSimulate(int ast_id) { in AddSimulate()
4170 int ast_id) { in HandleGlobalVariableAssignment()
[all …]
Dfull-codegen.h606 unsigned ast_id; member
Dhydrogen-instructions.h1249 HSimulate(int ast_id, int pop_count) in HSimulate()
1259 int ast_id() const { return ast_id_; } in ast_id() function
Dhydrogen.h127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); } in AddSimulate()
421 int ast_id() const { return ast_id_; } in ast_id() function
Dframes.cc853 int ast_id = it.Next(); in Summarize() local
Dfull-codegen.cc458 void FullCodeGenerator::RecordStackCheck(unsigned ast_id) { in RecordStackCheck()
/external/v8/src/mips/
Ddeoptimizer-mips.cc189 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId()
210 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
Dassembler-mips.h912 void SetRecordedAstId(unsigned ast_id) { in SetRecordedAstId()
Dlithium-mips.cc736 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment()
1002 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dmacro-assembler-mips.cc2562 unsigned ast_id, in CallSize()
2574 unsigned ast_id, in Call()
/external/v8/src/x64/
Ddeoptimizer-x64.cc173 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId()
194 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
Dassembler-x64-inl.h68 unsigned ast_id) { in emit_code_target()
Dlithium-x64.cc731 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment()
997 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dmacro-assembler-x64.cc527 void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { in CallStub()
2366 unsigned ast_id) { in Call()
Dassembler-x64.cc878 unsigned ast_id) { in call()
/external/v8/src/arm/
Ddeoptimizer-arm.cc199 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId()
220 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
Dassembler-arm.h1206 void SetRecordedAstId(unsigned ast_id) { in SetRecordedAstId()
Dlithium-arm.cc736 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment()
1002 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dmacro-assembler-arm.cc182 unsigned ast_id, in CallSize()
190 unsigned ast_id, in Call()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc287 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId()
308 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
Dlithium-ia32.cc733 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment()
1003 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dmacro-assembler-ia32.cc1649 void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { in CallStub()
Dassembler-ia32.cc1443 unsigned ast_id) { in call()

12