Home | History | Annotate | Download | only in ppc

Lines Matching defs:ast_id

142                              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);