Searched full:ispcbindtype (Results 1 – 4 of 4) sorted by relevance
158 virtual bool IsPcBindType([[maybe_unused]] int32_t pc) const in IsPcBindType() function
157 bool IsPcBindType(int32_t pc) const override in IsPcBindType() function
222 …tecodeOptimizer() && GetGraph()->IsDynamicMethod() && GetGraph()->GetRuntime()->IsPcBindType(pc)) {
1003 EXPECT_FALSE(interface.IsPcBindType(0)); in __anon1be7da801602()