/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() 443 TypeFeedbackId ast_id = in ProcessRelocInfos() local 464 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { in SetInfo()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 226 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); in RUNTIME_FUNCTION() local
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 342 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate() 438 void HBasicBlock::SetJoinId(BailoutId ast_id) { in SetJoinId() 4344 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4354 BailoutId ast_id) { in ReturnControl() 4367 BailoutId ast_id) { in ReturnContinuation() 4382 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4395 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl() 4416 BailoutId ast_id) { in ReturnContinuation() 4438 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() 4453 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl() [all …]
|
D | lithium.h | 404 BailoutId ast_id, in LEnvironment() 434 BailoutId ast_id() const { return ast_id_; } in ast_id() function
|
D | lithium.cc | 577 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
|
D | hydrogen-instructions.h | 1701 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, in HSimulate() 1715 BailoutId ast_id() const { return ast_id_; } in ast_id() function 4752 BailoutId ast_id() const { return ast_id_; } in ast_id() function
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 374 TypeFeedbackId ast_id) { in emit_code_target()
|
D | assembler-s390.h | 1228 void SetRecordedAstId(TypeFeedbackId ast_id) { recorded_ast_id_ = ast_id; } in SetRecordedAstId()
|
D | macro-assembler-s390.cc | 128 TypeFeedbackId ast_id, Condition cond) { in CallSize() 133 TypeFeedbackId ast_id, Condition cond) { in Call() 2364 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/profiler/ |
D | profiler-listener.cc | 293 BailoutId ast_id = BailoutId(it.Next()); in RecordDeoptInlinedFrames() local
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 59 TypeFeedbackId ast_id) { in emit_code_target()
|
D | macro-assembler-x64.cc | 658 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub() 3227 TypeFeedbackId ast_id) { in Call()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) { in CallStubSize() 135 TypeFeedbackId ast_id, in CallSize() 144 TypeFeedbackId ast_id, in Call() 2622 TypeFeedbackId ast_id, in CallStub()
|
D | assembler-arm.h | 1385 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 1002 BailoutId ast_id(uint32_t index) { in ast_id() function
|
D | full-codegen.cc | 224 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge()
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1195 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-ppc.cc | 142 TypeFeedbackId ast_id, Condition cond) { in CallSize() 149 TypeFeedbackId ast_id, Condition cond) { in Call() 2480 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 2113 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-arm64.cc | 1730 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub() 2001 TypeFeedbackId ast_id) { in Call() 2050 TypeFeedbackId ast_id) { in CallSize()
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1094 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-mips64.cc | 4097 TypeFeedbackId ast_id, in CallSize() 4110 TypeFeedbackId ast_id, in Call() 5474 TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1032 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
|
D | macro-assembler-mips.cc | 3928 TypeFeedbackId ast_id, in CallSize() 3941 TypeFeedbackId ast_id, in Call() 5343 TypeFeedbackId ast_id, in CallStub()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 894 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, in Checkpoint() 4062 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, in PrepareFrameState() 4076 void AstGraphBuilder::PrepareEagerCheckpoint(BailoutId ast_id) { in PrepareEagerCheckpoint()
|