Home
last modified time | relevance | path

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

12

/external/v8/src/
Dtype-info.cc32 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()
Dframes.cc954 BailoutId const ast_id = BailoutId(it.Next()); in Summarize() local
/external/v8/src/runtime/
Druntime-compiler.cc241 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); in RUNTIME_FUNCTION() local
/external/v8/src/crankshaft/
Dhydrogen.cc167 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 …]
Dlithium.h403 BailoutId ast_id, in LEnvironment()
433 BailoutId ast_id() const { return ast_id_; } in ast_id() function
Dlithium.cc528 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dhydrogen-instructions.h1751 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/
Dassembler-x64-inl.h59 TypeFeedbackId ast_id) { in emit_code_target()
Dmacro-assembler-x64.cc601 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
3139 TypeFeedbackId ast_id) { in Call()
/external/v8/src/arm/
Dmacro-assembler-arm.cc87 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()
Dassembler-arm.h1321 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
/external/v8/src/full-codegen/
Dfull-codegen.h978 BailoutId ast_id(uint32_t index) { in ast_id() function
Dfull-codegen.cc234 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge()
/external/v8/src/ppc/
Dassembler-ppc.h1186 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-ppc.cc151 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/
Dassembler-arm64.h2065 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-arm64.cc1683 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/
Dassembler-mips.h1020 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips.cc3056 TypeFeedbackId ast_id, in CallSize()
3069 TypeFeedbackId ast_id, in Call()
4254 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/mips64/
Dassembler-mips64.h1077 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips64.cc3446 TypeFeedbackId ast_id, in CallSize()
3459 TypeFeedbackId ast_id, in Call()
4672 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/compiler/
Dast-graph-builder.cc859 BailoutId ast_id, OutputFrameStateCombine combine) { in Checkpoint()
4043 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, in PrepareFrameState()
/external/v8/src/x87/
Dassembler-x87.cc1329 TypeFeedbackId ast_id) { in call()
Dmacro-assembler-x87.cc1826 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1860 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()

12