Lines Matching defs:ast_id
342 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate()
438 void HBasicBlock::SetJoinId(BailoutId ast_id) { in SetJoinId()
4344 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4354 BailoutId ast_id) { in ReturnControl()
4367 BailoutId ast_id) { in ReturnContinuation()
4382 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4395 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()
4416 BailoutId ast_id) { in ReturnContinuation()
4438 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction()
4453 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { in ReturnControl()
4467 BailoutId ast_id) { in ReturnContinuation()
6657 HValue* value, BailoutId ast_id, BailoutId return_id, in BuildMonomorphicAccess()
6739 BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, in HandlePolymorphicNamedFieldAccess()
6938 BailoutId ast_id, BailoutId return_id, in BuildStore()
6997 Variable* var, HValue* value, FeedbackVectorSlot slot, BailoutId ast_id) { in HandleGlobalVariableAssignment()
7771 FeedbackVectorSlot slot, BailoutId ast_id, BailoutId return_id, in HandleKeyedElementAccess()
7983 PropertyAccessType access, BailoutId ast_id, BailoutId return_id, in BuildNamedAccess()
8028 BailoutId ast_id) { in BuildLoad()
8481 BailoutId ast_id, BailoutId return_id, in TryInline()
8818 BailoutId ast_id, in TryInlineGetter()
8920 Handle<JSFunction> function, Handle<Map> receiver_map, BailoutId ast_id) { in TryInlineBuiltinGetterCall()
8974 Handle<JSFunction> function, Handle<Map> receiver_map, BailoutId ast_id, in TryInlineBuiltinMethodCall()
9404 BailoutId ast_id) { in TryInlineApiGetter()
9415 BailoutId ast_id) { in TryInlineApiSetter()
9426 int argc, BailoutId ast_id, ApiCallType call_type, in TryInlineApiCall()
10905 Expression* expr, Property* prop, FeedbackVectorSlot slot, BailoutId ast_id, in BuildStoreForEffect()