Searched refs:IsNative (Results 1 – 12 of 12) sorted by relevance
48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
199 .IsNative = r300_swizzle_is_native,
397 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, newsrc) && in constant_folding()398 c->SwizzleCaps->IsNative(inst->U.I.Opcode, inst->U.I.SrcReg[src])) in constant_folding()573 if (!c->SwizzleCaps->IsNative(inst->U.I.Opcode, src)) in is_presub_candidate()
435 if (c->SwizzleCaps->IsNative(inst->U.I.Opcode, *reg)) { in rc_dataflow_swizzles()
268 .IsNative = r500_swizzle_is_native,
866 .IsNative = &swizzle_is_native,
71 virtual bool IsNative() = 0;109 bool IsNative() override;151 bool IsNative() override { return false; } in IsNative() function
462 bool JSStackFrame::IsNative() { in IsNative() function in v8::internal::JSStackFrame478 if (call_site->IsNative()) { in AppendFileLocation()
161 return isolate->heap()->ToBoolean(it.Frame()->IsNative()); in BUILTIN()
623 V8_INLINE bool IsNative(Expression* expr) const {
1319 V8_INLINE bool IsNative(const PreParserExpression& expr) const {
5257 !scanner()->HasLineTerminatorBeforeNext() && impl()->IsNative(expr) && in ParseExpressionOrLabelledStatement()