Searched defs:return_id (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-environment-liveness.cc142 int return_id = enter->return_targets()->at(i)->block_id(); local
143 live->Union(*live_at_block_start_[return_id]);
H A Dhydrogen-instructions.h1907 BailoutId return_id, Handle<JSFunction> closure,
1914 HEnterInlined(return_id, closure, closure_context, arguments_count,
1949 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, argument
1954 : return_id_(return_id),
1906 New(Isolate* isolate, Zone* zone, HValue* context, BailoutId return_id, Handle<JSFunction> closure, HConstant* closure_context, int arguments_count, FunctionLiteral* function, InliningKind inlining_kind, Variable* arguments_var, HArgumentsObject* arguments_object, TailCallMode syntactic_tail_call_mode) argument
H A Dhydrogen.cc6657 HValue* value, BailoutId ast_id, BailoutId return_id,
6712 ? TryInlineGetter(info->accessor(), info->map(), ast_id, return_id)
6714 info->accessor(), info->map(), ast_id, return_id, value);
6739 BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value,
6825 return_id, FLAG_polymorphic_inlining);
6938 BailoutId ast_id, BailoutId return_id,
6948 return_id, STORE, &has_side_effects);
6966 HValue* access = BuildNamedAccess(STORE, ast_id, return_id, expr, slot,
7771 FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id,
7807 BuildNamedAccess(access_type, ast_id, return_id, exp
6655 BuildMonomorphicAccess( PropertyAccessInfo* info, HValue* object, HValue* checked_object, HValue* value, BailoutId ast_id, BailoutId return_id, bool can_inline_accessor) argument
6737 HandlePolymorphicNamedFieldAccess( PropertyAccessType access_type, Expression* expr, FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, SmallMapList* maps, Handle<Name> name) argument
6936 BuildStore(Expression* expr, Property* prop, FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, bool is_uninitialized) argument
7769 HandleKeyedElementAccess( HValue* obj, HValue* key, HValue* val, Expression* expr, FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, PropertyAccessType access_type, bool* has_side_effects) argument
7982 BuildNamedAccess( PropertyAccessType access, BailoutId ast_id, BailoutId return_id, Expression* expr, FeedbackVectorSlot slot, HValue* object, Handle<Name> name, HValue* value, bool is_uninitialized) argument
8478 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
8816 TryInlineGetter(Handle<Object> getter, Handle<Map> receiver_map, BailoutId ast_id, BailoutId return_id) argument
10904 BuildStoreForEffect( Expression* expr, Property* prop, FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* key, HValue* value) argument
[all...]

Completed in 1106 milliseconds