/external/v8/src/ |
D | type-info.cc | 35 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 …]
|
D | hydrogen.h | 113 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 …]
|
D | hydrogen-removable-simulates.cc | 30 !current_simulate->ast_id().IsNone()) { in Process() 66 } else if (current_simulate->ast_id().IsNone()) { in Process()
|
D | lithium.cc | 197 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()
|
D | hydrogen.cc | 143 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 …]
|
D | lithium.h | 392 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
|
D | frames.cc | 967 BailoutId ast_id = BailoutId(it.Next()); in Summarize() local 1011 ast_id, in Summarize()
|
D | full-codegen.cc | 468 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/ |
D | assembler-x64-inl.h | 59 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()
|
D | macro-assembler-x64.h | 902 TypeFeedbackId ast_id = TypeFeedbackId::None()); 1280 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
|
D | assembler-x64.h | 894 TypeFeedbackId ast_id = TypeFeedbackId::None()); 1174 TypeFeedbackId ast_id = TypeFeedbackId::None());
|
/external/v8/src/compiler/ |
D | ast-graph-builder.h | 176 void PrepareFrameState(Node* node, BailoutId ast_id, 261 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine);
|
D | ast-graph-builder.cc | 221 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/ |
D | macro-assembler-arm.h | 89 TypeFeedbackId ast_id = TypeFeedbackId::None(), 106 TypeFeedbackId ast_id = TypeFeedbackId::None(), 110 TypeFeedbackId ast_id = TypeFeedbackId::None(), 1035 TypeFeedbackId ast_id = TypeFeedbackId::None(),
|
D | macro-assembler-arm.cc | 87 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()
|
D | assembler-arm.h | 1358 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument 1360 recorded_ast_id_ = ast_id; in SetRecordedAstId()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 181 TypeFeedbackId ast_id = TypeFeedbackId::None(), 185 TypeFeedbackId ast_id = TypeFeedbackId::None(), 1189 TypeFeedbackId ast_id = TypeFeedbackId::None(),
|
D | assembler-mips.h | 999 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument 1001 recorded_ast_id_ = ast_id; in SetRecordedAstId()
|
D | macro-assembler-mips.cc | 2926 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/ |
D | macro-assembler-mips64.h | 202 TypeFeedbackId ast_id = TypeFeedbackId::None(), 206 TypeFeedbackId ast_id = TypeFeedbackId::None(), 1215 TypeFeedbackId ast_id = TypeFeedbackId::None(),
|
D | assembler-mips64.h | 1035 void SetRecordedAstId(TypeFeedbackId ast_id) { in SetRecordedAstId() argument 1037 recorded_ast_id_ = ast_id; in SetRecordedAstId()
|
D | macro-assembler-mips64.cc | 2837 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/ |
D | macro-assembler-arm64.cc | 1721 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()
|
D | macro-assembler-arm64.h | 1095 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/ |
D | assembler-x87.cc | 1333 TypeFeedbackId ast_id) { in call() argument 1339 emit(code, rmode, ast_id); in call()
|