/external/v8/src/ |
D | type-info.cc | 72 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()
|
D | lithium.h | 446 int ast_id, in LEnvironment() 470 int ast_id() const { return ast_id_; } in ast_id() function
|
D | hydrogen.cc | 136 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 …]
|
D | full-codegen.h | 606 unsigned ast_id; member
|
D | hydrogen-instructions.h | 1249 HSimulate(int ast_id, int pop_count) in HSimulate() 1259 int ast_id() const { return ast_id_; } in ast_id() function
|
D | hydrogen.h | 127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); } in AddSimulate() 421 int ast_id() const { return ast_id_; } in ast_id() function
|
D | frames.cc | 853 int ast_id = it.Next(); in Summarize() local
|
D | full-codegen.cc | 458 void FullCodeGenerator::RecordStackCheck(unsigned ast_id) { in RecordStackCheck()
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 189 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId() 210 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
|
D | assembler-mips.h | 912 void SetRecordedAstId(unsigned ast_id) { in SetRecordedAstId()
|
D | lithium-mips.cc | 736 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment() 1002 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | macro-assembler-mips.cc | 2562 unsigned ast_id, in CallSize() 2574 unsigned ast_id, in Call()
|
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 173 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId() 194 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
|
D | assembler-x64-inl.h | 68 unsigned ast_id) { in emit_code_target()
|
D | lithium-x64.cc | 731 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment() 997 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | macro-assembler-x64.cc | 527 void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { in CallStub() 2366 unsigned ast_id) { in Call()
|
D | assembler-x64.cc | 878 unsigned ast_id) { in call()
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 199 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId() 220 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
|
D | assembler-arm.h | 1206 void SetRecordedAstId(unsigned ast_id) { in SetRecordedAstId()
|
D | lithium-arm.cc | 736 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment() 1002 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | macro-assembler-arm.cc | 182 unsigned ast_id, in CallSize() 190 unsigned ast_id, in Call()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 287 static int LookupBailoutId(DeoptimizationInputData* data, unsigned ast_id) { in LookupBailoutId() 308 unsigned ast_id = data->OsrAstId()->value(); in DoComputeOsrOutputFrame() local
|
D | lithium-ia32.cc | 733 LInstruction* instr, int ast_id) { in SetInstructionPendingDeoptimizationEnvironment() 1003 int ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | macro-assembler-ia32.cc | 1649 void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) { in CallStub()
|
D | assembler-ia32.cc | 1443 unsigned ast_id) { in call()
|