Searched refs:ast_id (Results 1 - 25 of 56) sorted by relevance

123

/external/v8/src/runtime/
H A Druntime-compiler.cc323 BailoutId ast_id = frame->is_interpreted() local
326 DCHECK(!ast_id.IsNone());
333 PrintF(" at AST id %d]\n", ast_id.ToInt());
335 maybe_result = Compiler::GetOptimizedCodeForOSR(function, ast_id, frame);
346 DCHECK(BailoutId(data->OsrAstId()->value()) == ast_id);
349 ast_id.ToInt(), data->OsrPcOffset()->value());
380 PrintF(" at AST id %d]\n", ast_id.ToInt());
/external/v8/src/
H A Dtype-info.cc32 static uint32_t IdToKey(TypeFeedbackId ast_id) { argument
33 return static_cast<uint32_t>(ast_id.ToInt());
37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { argument
38 int entry = dictionary_->FindEntry(IdToKey(ast_id));
544 TypeFeedbackId ast_id = local
555 SetInfo(ast_id, target);
565 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) { argument
566 DCHECK(dictionary_->FindEntry(IdToKey(ast_id)) ==
572 dictionary_, IdToKey(ast_id), handle(target, isolate())));
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc32 !current_simulate->ast_id().IsNone()) {
75 } else if (current_simulate->ast_id().IsNone()) {
H A Dlithium.cc200 stream->Add("[id=%d|", ast_id().ToInt());
573 BailoutId ast_id = hydrogen_env->ast_id();
574 DCHECK(!ast_id.IsNone() ||
589 ast_id, 0, 0, 0, outer, hydrogen_env->entry(), zone());
604 ast_id,
H A Dhydrogen.h138 void SetJoinId(BailoutId ast_id);
142 HSimulate* AddNewSimulate(BailoutId ast_id, SourcePosition position, argument
144 HSimulate* instr = CreateSimulate(ast_id, removable);
193 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
557 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::final
769 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
775 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
782 BailoutId ast_id) = 0;
817 void ReturnInstruction(HInstruction* instr, BailoutId ast_id) override;
818 void ReturnControl(HControlInstruction* instr, BailoutId ast_id) overrid
[all...]
H A Dhydrogen.cc319 DCHECK(!last_environment()->ast_id().IsNone());
344 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, argument
348 DCHECK(ast_id.IsNone() ||
349 ast_id == BailoutId::StubEntry() ||
350 environment->closure()->shared()->VerifyBailoutId(ast_id));
356 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
440 void HBasicBlock::SetJoinId(BailoutId ast_id) { argument
450 ->VerifyBailoutId(ast_id)));
451 simulate->set_ast_id(ast_id);
452 predecessor->last_environment()->set_ast_id(ast_id);
3728 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
3737 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
3750 ReturnContinuation(HIfContinuation* continuation, BailoutId ast_id) argument
3766 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
3779 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
3799 ReturnContinuation(HIfContinuation* continuation, BailoutId ast_id) argument
3822 ReturnInstruction(HInstruction* instr, BailoutId ast_id) argument
3837 ReturnControl(HControlInstruction* instr, BailoutId ast_id) argument
3850 ReturnContinuation(HIfContinuation* continuation, BailoutId ast_id) argument
5187 InlineGlobalPropertyLoad(LookupIterator* it, BailoutId ast_id) argument
6110 BuildMonomorphicAccess( PropertyAccessInfo* info, HValue* object, HValue* checked_object, HValue* value, BailoutId ast_id, BailoutId return_id, bool can_inline_accessor) argument
6203 HandlePolymorphicNamedFieldAccess( PropertyAccessType access_type, Expression* expr, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, SmallMapList* maps, Handle<Name> name) argument
6401 BuildStore(Expression* expr, Property* prop, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, bool is_uninitialized) argument
6457 InlineGlobalPropertyStore( LookupIterator* it, HValue* value, BailoutId ast_id) argument
6522 HandleGlobalVariableAssignment(Variable* var, HValue* value, FeedbackSlot slot, BailoutId ast_id) argument
7274 HandleKeyedElementAccess( HValue* obj, HValue* key, HValue* val, Expression* expr, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, PropertyAccessType access_type, bool* has_side_effects) argument
7501 BuildNamedAccess( PropertyAccessType access, BailoutId ast_id, BailoutId return_id, Expression* expr, FeedbackSlot slot, HValue* object, Handle<Name> name, HValue* value, bool is_uninitialized) argument
7574 BuildLoad(Property* expr, BailoutId ast_id) argument
8043 TryInline(Handle<JSFunction> target, int arguments_count, HValue* implicit_return_value, BailoutId ast_id, BailoutId return_id, InliningKind inlining_kind, TailCallMode syntactic_tail_call_mode) argument
8376 TryInlineGetter(Handle<Object> getter, Handle<Map> receiver_map, BailoutId ast_id, BailoutId return_id) argument
8479 TryInlineBuiltinGetterCall( Handle<JSFunction> function, Handle<Map> receiver_map, BailoutId ast_id) argument
8550 TryInlineBuiltinMethodCall( Handle<JSFunction> function, Handle<Map> receiver_map, BailoutId ast_id, int args_count_no_receiver) argument
8982 TryInlineApiGetter(Handle<Object> function, Handle<Map> receiver_map, BailoutId ast_id) argument
8994 TryInlineApiSetter(Handle<Object> function, Handle<Map> receiver_map, BailoutId ast_id) argument
9005 TryInlineApiCall( Handle<Object> function, HValue* receiver, SmallMapList* receiver_maps, int argc, BailoutId ast_id, ApiCallType call_type, TailCallMode syntactic_tail_call_mode) argument
10463 BuildStoreForEffect( Expression* expr, Property* prop, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* key, HValue* value) argument
[all...]
H A Dlithium-codegen.cc229 translation->BeginJSFrame(environment->ast_id(), shared_id, height);
375 data->SetAstId(i, env->ast_id());
H A Dlithium.h404 BailoutId ast_id,
416 ast_id_(ast_id),
434 BailoutId ast_id() const { return ast_id_; } function in class:v8::internal::final
402 LEnvironment(Handle<JSFunction> closure, FrameType frame_type, BailoutId ast_id, int parameter_count, int argument_count, int value_count, LEnvironment* outer, HEnterInlined* entry, Zone* zone) argument
/external/v8/src/compiler/
H A Dast-graph-builder.h227 void PrepareFrameState(Node* node, BailoutId ast_id,
234 void PrepareEagerCheckpoint(BailoutId ast_id);
481 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine =
H A Dast-graph-builder.cc682 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, argument
695 ast_id, combine, builder()->frame_state_function_info());
2846 void AstGraphBuilder::PrepareFrameState(Node* node, BailoutId ast_id, argument
2849 DCHECK(ast_id.IsNone() || info()->shared_info()->VerifyBailoutId(ast_id));
2854 Node* state = environment()->Checkpoint(ast_id, combine, has_exception);
2859 void AstGraphBuilder::PrepareEagerCheckpoint(BailoutId ast_id) { argument
2865 if (ast_id != BailoutId::None()) {
2866 DCHECK(info()->shared_info()->VerifyBailoutId(ast_id));
2870 Node* state = environment()->Checkpoint(ast_id);
[all...]
/external/v8/src/s390/
H A Dassembler-s390-inl.h376 TypeFeedbackId ast_id) {
378 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
379 SetRecordedAstId(ast_id);
375 emit_code_target(Handle<Code> target, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
H A Dassembler-s390.h841 TypeFeedbackId ast_id = TypeFeedbackId::None());
1264 void SetRecordedAstId(TypeFeedbackId ast_id) { recorded_ast_id_ = ast_id; }
1383 TypeFeedbackId ast_id = TypeFeedbackId::None());
H A Dmacro-assembler-s390.h189 TypeFeedbackId ast_id = TypeFeedbackId::None(),
192 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1216 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None(),
/external/v8/src/x64/
H A Dassembler-x64-inl.h59 TypeFeedbackId ast_id) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
63 RecordRelocInfo(RelocInfo::CODE_TARGET_WITH_ID, ast_id.ToInt());
57 emit_code_target(Handle<Code> target, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
/external/v8/src/arm/
H A Dmacro-assembler-arm.h102 TypeFeedbackId ast_id = TypeFeedbackId::None(),
114 TypeFeedbackId ast_id = TypeFeedbackId::None(), Condition cond = al,
118 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1043 TypeFeedbackId ast_id = TypeFeedbackId::None(),
H A Dmacro-assembler-arm.cc87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) {
88 return CallSize(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond);
135 TypeFeedbackId ast_id,
144 TypeFeedbackId ast_id,
150 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
151 SetRecordedAstId(ast_id);
2417 TypeFeedbackId ast_id,
2420 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond);
86 CallStubSize( CodeStub* stub, TypeFeedbackId ast_id, Condition cond) argument
133 CallSize(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond) argument
142 Call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond, TargetAddressStorageMode mode) argument
/external/v8/src/full-codegen/
H A Dfull-codegen.cc202 void FullCodeGenerator::CallIC(Handle<Code> code, TypeFeedbackId ast_id) { argument
204 __ Call(code, RelocInfo::CODE_TARGET, ast_id);
301 void FullCodeGenerator::RecordBackEdge(BailoutId ast_id) { argument
307 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth };
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1117 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
1179 TypeFeedbackId ast_id = TypeFeedbackId::None());
1188 TypeFeedbackId ast_id = TypeFeedbackId::None());
H A Dmacro-assembler-arm64.cc1723 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { argument
1725 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
1977 TypeFeedbackId ast_id) {
1983 if ((rmode == RelocInfo::CODE_TARGET) && (!ast_id.IsNone())) {
1984 SetRecordedAstId(ast_id);
1993 AssertSizeOfCodeGeneratedSince(&start_call, CallSize(code, rmode, ast_id));
2026 TypeFeedbackId ast_id) {
2028 USE(ast_id);
1975 Call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
2024 CallSize(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id) argument
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h135 TypeFeedbackId ast_id = TypeFeedbackId::None(),
138 TypeFeedbackId ast_id = TypeFeedbackId::None(),
932 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None(),
H A Dmacro-assembler-ppc.cc142 TypeFeedbackId ast_id, Condition cond) {
149 TypeFeedbackId ast_id, Condition cond) {
156 int expected_size = CallSize(code, rmode, ast_id, cond);
161 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
162 SetRecordedAstId(ast_id);
2141 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id,
2144 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id, cond); local
141 CallSize(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond) argument
148 Call(Handle<Code> code, RelocInfo::Mode rmode, TypeFeedbackId ast_id, Condition cond) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.h191 TypeFeedbackId ast_id = TypeFeedbackId::None(),
195 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1307 TypeFeedbackId ast_id = TypeFeedbackId::None(),
H A Dassembler-mips.h1041 void SetRecordedAstId(TypeFeedbackId ast_id) {
1043 recorded_ast_id_ = ast_id;
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h219 TypeFeedbackId ast_id = TypeFeedbackId::None(),
223 TypeFeedbackId ast_id = TypeFeedbackId::None(),
1415 TypeFeedbackId ast_id = TypeFeedbackId::None(),
H A Dassembler-mips64.h1100 void SetRecordedAstId(TypeFeedbackId ast_id) {
1102 recorded_ast_id_ = ast_id;

Completed in 1439 milliseconds

123