Home
last modified time | relevance | path

Searched refs:ast_id (Results 1 – 25 of 58) sorted by relevance

123

/external/v8/src/
Dtype-info.cc35 static uint32_t IdToKey(TypeFeedbackId ast_id) { in IdToKey() argument
36 return static_cast<uint32_t>(ast_id.ToInt()); in IdToKey()
40 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { in GetInfo() argument
41 int entry = dictionary_->FindEntry(IdToKey(ast_id)); in GetInfo()
76 bool TypeFeedbackOracle::StoreIsUninitialized(TypeFeedbackId ast_id) { in StoreIsUninitialized() argument
77 Handle<Object> maybe_code = GetInfo(ast_id); in StoreIsUninitialized()
84 bool TypeFeedbackOracle::StoreIsKeyedPolymorphic(TypeFeedbackId ast_id) { in StoreIsKeyedPolymorphic() argument
85 Handle<Object> maybe_code = GetInfo(ast_id); in StoreIsKeyedPolymorphic()
119 TypeFeedbackId ast_id) { in GetStoreMode() argument
120 Handle<Object> maybe_code = GetInfo(ast_id); in GetStoreMode()
[all …]
Dhydrogen.h113 void SetJoinId(BailoutId ast_id);
117 HSimulate* AddNewSimulate(BailoutId ast_id,
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
578 BailoutId ast_id() const { return ast_id_; } in ast_id() function
776 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
782 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
789 BailoutId ast_id) = 0;
825 BailoutId ast_id) OVERRIDE;
827 BailoutId ast_id) OVERRIDE;
[all …]
Dhydrogen-removable-simulates.cc30 !current_simulate->ast_id().IsNone()) { in Process()
66 } else if (current_simulate->ast_id().IsNone()) { in Process()
Dlithium.cc197 stream->Add("[id=%d|", ast_id().ToInt()); in PrintTo()
534 BailoutId ast_id = hydrogen_env->ast_id(); in CreateEnvironment() local
535 DCHECK(!ast_id.IsNone() || in CreateEnvironment()
546 ast_id, in CreateEnvironment()
Dhydrogen.cc143 DCHECK(!last_environment()->ast_id().IsNone()); in AddInstruction()
168 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate() argument
172 DCHECK(ast_id.IsNone() || in CreateSimulate()
173 ast_id == BailoutId::StubEntry() || in CreateSimulate()
174 environment->closure()->shared()->VerifyBailoutId(ast_id)); in CreateSimulate()
180 new(zone()) HSimulate(ast_id, pop_count, zone(), removable); in CreateSimulate()
267 void HBasicBlock::SetJoinId(BailoutId ast_id) { in SetJoinId() argument
277 ->VerifyBailoutId(ast_id))); in SetJoinId()
278 simulate->set_ast_id(ast_id); in SetJoinId()
279 predecessor->last_environment()->set_ast_id(ast_id); in SetJoinId()
[all …]
Dlithium.h392 BailoutId ast_id, in LEnvironment() argument
404 ast_id_(ast_id), in LEnvironment()
422 BailoutId ast_id() const { return ast_id_; } in ast_id() function
Dframes.cc967 BailoutId ast_id = BailoutId(it.Next()); in Summarize() local
1011 ast_id, in Summarize()
Dfull-codegen.cc468 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { in RecordBackEdge() argument
474 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth }; in RecordBackEdge()
/external/v8/src/x64/
Dassembler-x64-inl.h59 TypeFeedbackId ast_id) { in emit_code_target() argument
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in emit_code_target()
63 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id.ToInt()); in emit_code_target()
Dmacro-assembler-x64.h902 TypeFeedbackId ast_id = TypeFeedbackId::None());
1280 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
Dassembler-x64.h894 TypeFeedbackId ast_id = TypeFeedbackId::None());
1174 TypeFeedbackId ast_id = TypeFeedbackId::None());
/external/v8/src/compiler/
Dast-graph-builder.h176 void PrepareFrameState(Node* node, BailoutId ast_id,
261 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine);
Dast-graph-builder.cc221 BailoutId ast_id, OutputFrameStateCombine combine) { in Checkpoint() argument
227 const Operator* op = common()->FrameState(JS_FRAME, ast_id, combine); in Checkpoint()
2022 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, in PrepareFrameState() argument
2028 node, environment()->Checkpoint(ast_id, combine)); in PrepareFrameState()
/external/v8/src/arm/
Dmacro-assembler-arm.h89 TypeFeedbackId ast_id = TypeFeedbackId::None(),
106 TypeFeedbackId ast_id = TypeFeedbackId::None(),
110 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1035 TypeFeedbackId ast_id = TypeFeedbackId::None(),
Dmacro-assembler-arm.cc87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) { in CallStubSize() argument
88 return CallSize(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond); in CallStubSize()
152 TypeFeedbackId ast_id, in CallSize() argument
161 TypeFeedbackId ast_id, in Call() argument
167 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in Call()
168 SetRecordedAstId(ast_id); in Call()
2333 TypeFeedbackId ast_id, in CallStub() argument
2336 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond); in CallStub()
Dassembler-arm.h1358 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument
1360 recorded_ast_id_ = ast_id; in SetRecordedAstId()
/external/v8/src/mips/
Dmacro-assembler-mips.h181 TypeFeedbackId ast_id = TypeFeedbackId::None(),
185 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1189 TypeFeedbackId ast_id = TypeFeedbackId::None(),
Dassembler-mips.h999 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument
1001 recorded_ast_id_ = ast_id; in SetRecordedAstId()
Dmacro-assembler-mips.cc2926 TypeFeedbackId ast_id, in CallSize() argument
2939 TypeFeedbackId ast_id, in Call() argument
2948 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in Call()
2949 SetRecordedAstId(ast_id); in Call()
2954 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd), in Call()
4269 TypeFeedbackId ast_id, in CallStub() argument
4275 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, in CallStub()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h202 TypeFeedbackId ast_id = TypeFeedbackId::None(),
206 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1215 TypeFeedbackId ast_id = TypeFeedbackId::None(),
Dassembler-mips64.h1035 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument
1037 recorded_ast_id_ = ast_id; in SetRecordedAstId()
Dmacro-assembler-mips64.cc2837 TypeFeedbackId ast_id, in CallSize() argument
2850 TypeFeedbackId ast_id, in Call() argument
2859 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in Call()
2860 SetRecordedAstId(ast_id); in Call()
2865 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd), in Call()
4155 TypeFeedbackId ast_id, in CallStub() argument
4161 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, in CallStub()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1721 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub() argument
1723 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id); in CallStub()
2186 TypeFeedbackId ast_id) { in Call() argument
2192 if ((rmode == RelocInfo::CODE_TARGET) && (!ast_id.IsNone())) { in Call()
2193 SetRecordedAstId(ast_id); in Call()
2202 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(code, rmode, ast_id)); in Call()
2235 TypeFeedbackId ast_id) { in CallSize() argument
2237 USE(ast_id); in CallSize()
Dmacro-assembler-arm64.h1095 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
1188 TypeFeedbackId ast_id = TypeFeedbackId::None());
1197 TypeFeedbackId ast_id = TypeFeedbackId::None());
/external/v8/src/x87/
Dassembler-x87.cc1333 TypeFeedbackId ast_id) { in call() argument
1339 emit(code, rmode, ast_id); in call()

123