Searched refs:return_id (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Rewriter/ |
D | objc-modern-implicit-cast.mm | 7 id return_id(void(^block)(void)) { function 26 return_id(block1); 28 return_id(obj1);
|
/external/v8/src/crankshaft/ |
D | hydrogen-environment-liveness.cc | 142 int return_id = enter->return_targets()->at(i)->block_id(); in UpdateLivenessAtInstruction() local 143 live->Union(*live_at_block_start_[return_id]); in UpdateLivenessAtInstruction()
|
D | hydrogen.h | 2419 BailoutId return_id, InliningKind inlining_kind); 2426 BailoutId return_id); 2478 BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, 2723 BailoutId ast_id, BailoutId return_id, 2790 BailoutId ast_id, BailoutId return_id, 2809 BailoutId return_id, HValue* object, HValue* key, 2814 BailoutId return_id, bool is_uninitialized = false);
|
D | hydrogen.cc | 6518 HValue* value, BailoutId ast_id, BailoutId return_id, in BuildMonomorphicAccess() argument 6583 ? TryInlineGetter(info->accessor(), info->map(), ast_id, return_id) in BuildMonomorphicAccess() 6585 info->accessor(), info->map(), ast_id, return_id, value); in BuildMonomorphicAccess() 6604 BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, in HandlePolymorphicNamedFieldAccess() argument 6690 return_id, FLAG_polymorphic_inlining); in HandlePolymorphicNamedFieldAccess() 6774 BailoutId ast_id, BailoutId return_id, in BuildStore() argument 6784 return_id, STORE, &has_side_effects); in BuildStore() 6802 HValue* access = BuildNamedAccess(STORE, ast_id, return_id, expr, slot, in BuildStore() 7613 FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, in HandleKeyedElementAccess() argument 7649 BuildNamedAccess(access_type, ast_id, return_id, expr, slot, obj, in HandleKeyedElementAccess() [all …]
|
D | hydrogen-instructions.h | 1957 BailoutId return_id, Handle<JSFunction> closure, in New() argument 1962 return new (zone) HEnterInlined(return_id, closure, closure_context, in New() 1994 HEnterInlined(BailoutId return_id, Handle<JSFunction> closure, in DECLARE_CONCRETE_INSTRUCTION() 1999 : return_id_(return_id), in DECLARE_CONCRETE_INSTRUCTION()
|