HomeSort by relevance Sort by last modified time
    Searched refs:DoCall (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/compiler/
call-tester.h 177 R DoCall(F* f) {
182 R DoCall(F* f, P1 p1) {
188 R DoCall(F* f, P1 p1, P2 p2) {
195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) {
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
217 R DoCall(F* f) {
221 R DoCall(F* f, P1 p1) {
226 R DoCall(F* f, P1 p1, P2 p2) {
232 R DoCall(F* f, P1 p1, P2 p2, P3 p3) {
239 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4)
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 97 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
121 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data,
154 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result);