/external/v8/src/ |
D | type-info.cc | 32 static uint32_t IdToKey(TypeFeedbackId ast_id) { in IdToKey() 37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { in GetInfo() 449 TypeFeedbackId ast_id = in ProcessRelocInfos() local 471 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { in SetInfo()
|
D | frames.cc | 954 BailoutId const ast_id = BailoutId(it.Next()); in Summarize() local
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 241 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); in RUNTIME_FUNCTION() local
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 167 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate() 263 void HBasicBlock::SetJoinId(BailoutId ast_id) { in SetJoinId() 4208 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4218 BailoutId ast_id) { in ReturnControl() 4231 BailoutId ast_id) { in ReturnContinuation() 4246 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4259 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl() 4280 BailoutId ast_id) { in ReturnContinuation() 4302 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4317 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl() [all …]
|
D | lithium.h | 403 BailoutId ast_id, in LEnvironment() 433 BailoutId ast_id() const { return ast_id_; } in ast_id() function
|
D | lithium.cc | 528 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | hydrogen-instructions.h | 1751 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, in HSimulate() 1765 BailoutId ast_id() const { return ast_id_; } in ast_id() function 5251 BailoutId ast_id() const { return ast_id_; } in ast_id() function
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 59 TypeFeedbackId ast_id) { in emit_code_target()
|
D | macro-assembler-x64.cc | 601 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub() 3139 TypeFeedbackId ast_id) { in Call()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) { in CallStubSize() 152 TypeFeedbackId ast_id, in CallSize() 161 TypeFeedbackId ast_id, in Call() 2252 TypeFeedbackId ast_id, in CallStub()
|
D | assembler-arm.h | 1321 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 978 BailoutId ast_id(uint32_t index) { in ast_id() function
|
D | full-codegen.cc | 234 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge()
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1186 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-ppc.cc | 151 TypeFeedbackId ast_id, Condition cond) { in CallSize() 158 TypeFeedbackId ast_id, Condition cond) { in Call() 2077 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 2065 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-arm64.cc | 1683 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub() 1970 TypeFeedbackId ast_id) { in Call() 2019 TypeFeedbackId ast_id) { in CallSize()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1020 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-mips.cc | 3056 TypeFeedbackId ast_id, in CallSize() 3069 TypeFeedbackId ast_id, in Call() 4254 TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1077 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-mips64.cc | 3446 TypeFeedbackId ast_id, in CallSize() 3459 TypeFeedbackId ast_id, in Call() 4672 TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 859 BailoutId ast_id, OutputFrameStateCombine combine) { in Checkpoint() 4043 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, in PrepareFrameState()
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 1329 TypeFeedbackId ast_id) { in call()
|
D | macro-assembler-x87.cc | 1826 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1860 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
|