Home
last modified time | relevance | path

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

12

/external/v8/src/
Dtype-info.cc35 static uint32_t IdToKey(TypeFeedbackId ast_id) { in IdToKey()
40 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { in GetInfo()
76 bool TypeFeedbackOracle::StoreIsUninitialized(TypeFeedbackId ast_id) { in StoreIsUninitialized()
84 bool TypeFeedbackOracle::StoreIsKeyedPolymorphic(TypeFeedbackId ast_id) { in StoreIsKeyedPolymorphic()
119 TypeFeedbackId ast_id) { in GetStoreMode()
302 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes()
357 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes()
437 TypeFeedbackId ast_id = in ProcessRelocInfos() local
459 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { in SetInfo()
Dhydrogen.cc168 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate()
267 void HBasicBlock::SetJoinId(BailoutId ast_id) { in SetJoinId()
4039 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4049 BailoutId ast_id) { in ReturnControl()
4062 BailoutId ast_id) { in ReturnContinuation()
4077 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4090 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()
4111 BailoutId ast_id) { in ReturnContinuation()
4133 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4148 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()
[all …]
Dlithium.h392 BailoutId ast_id, in LEnvironment()
422 BailoutId ast_id() const { return ast_id_; } in ast_id() function
Dlithium.cc534 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
Dfull-codegen.h883 BailoutId ast_id(uint32_t index) { in ast_id() function
Dframes.cc967 BailoutId ast_id = BailoutId(it.Next()); in Summarize() local
Dfull-codegen.cc468 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge()
Dhydrogen-instructions.h1806 HSimulate(BailoutId ast_id, in HSimulate()
1822 BailoutId ast_id() const { return ast_id_; } in ast_id() function
5273 BailoutId ast_id() const { return ast_id_; } in ast_id() function
Dhydrogen.h578 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.cc603 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
3021 TypeFeedbackId ast_id) { in Call()
Dassembler-x64.cc688 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()
2333 TypeFeedbackId ast_id, in CallStub()
Dassembler-arm.h1358 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
/external/v8/src/compiler/
Dast-graph-builder.cc221 BailoutId ast_id, OutputFrameStateCombine combine) { in Checkpoint()
2022 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, in PrepareFrameState()
/external/v8/src/mips/
Dassembler-mips.h999 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips.cc2926 TypeFeedbackId ast_id, in CallSize()
2939 TypeFeedbackId ast_id, in Call()
4269 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/mips64/
Dassembler-mips64.h1035 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-mips64.cc2837 TypeFeedbackId ast_id, in CallSize()
2850 TypeFeedbackId ast_id, in Call()
4155 TypeFeedbackId ast_id, in CallStub()
/external/v8/src/arm64/
Dassembler-arm64.h2171 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId()
Dmacro-assembler-arm64.cc1721 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
2186 TypeFeedbackId ast_id) { in Call()
2235 TypeFeedbackId ast_id) { in CallSize()
/external/v8/src/x87/
Dassembler-x87.cc1333 TypeFeedbackId ast_id) { in call()
Dmacro-assembler-x87.cc1958 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1995 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
Dassembler-ia32.cc1400 TypeFeedbackId ast_id) { in call()

12