Home
last modified time | relevance | path

Searched defs:ast_id (Results 1 – 25 of 40) 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()
443 TypeFeedbackId ast_id = in ProcessRelocInfos() local
464 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { in SetInfo()
/external/v8/src/runtime/
Druntime-compiler.cc226 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); in RUNTIME_FUNCTION() local
/external/v8/src/crankshaft/
Dhydrogen.cc342 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 …]
Dlithium.h404 BailoutId ast_id, in LEnvironment()
434 BailoutId ast_id() const { return ast_id_; } in ast_id() function
Dlithium.cc577 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dhydrogen-instructions.h1701 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/
Dassembler-s390-inl.h374 TypeFeedbackId ast_id) { in emit_code_target()
Dassembler-s390.h1228 void SetRecordedAstId(TypeFeedbackId ast_id) { recorded_ast_id_ = ast_id; } in SetRecordedAstId()
Dmacro-assembler-s390.cc128 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/
Dprofiler-listener.cc293 BailoutId ast_id = BailoutId(it.Next()); in RecordDeoptInlinedFrames() local
/external/v8/src/x64/
Dassembler-x64-inl.h59 TypeFeedbackId ast_id) { in emit_code_target()
Dmacro-assembler-x64.cc658 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
3227 TypeFeedbackId ast_id) { in Call()
/external/v8/src/arm/
Dmacro-assembler-arm.cc87 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()
Dassembler-arm.h1385 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
/external/v8/src/full-codegen/
Dfull-codegen.h1002 BailoutId ast_id(uint32_t index) { in ast_id() function
Dfull-codegen.cc224 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge()
/external/v8/src/ppc/
Dassembler-ppc.h1195 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-ppc.cc142 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/
Dassembler-arm64.h2113 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-arm64.cc1730 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/
Dassembler-mips64.h1094 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips64.cc4097 TypeFeedbackId ast_id, in CallSize()
4110 TypeFeedbackId ast_id, in Call()
5474 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/mips/
Dassembler-mips.h1032 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips.cc3928 TypeFeedbackId ast_id, in CallSize()
3941 TypeFeedbackId ast_id, in Call()
5343 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/compiler/
Dast-graph-builder.cc894 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()

12