Home
last modified time | relevance | path

Searched refs:_is_range (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h543 #define EXPLICIT_DO_INVOKE_TEMPLATE_DECL(_type, _is_range, _do_check) \ argument
545 bool DoInvoke<_type, _is_range, _do_check>(Thread* self, \
578 #define EXPLICIT_DO_INVOKE_VIRTUAL_QUICK_TEMPLATE_DECL(_is_range) \ argument
580 bool DoInvokeVirtualQuick<_is_range>(Thread* self, ShadowFrame& shadow_frame, \
Dinterpreter_common.cc1234 #define EXPLICIT_DO_CALL_TEMPLATE_DECL(_is_range, _do_assignability_check) \ argument
1236 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \
1247 #define EXPLICIT_DO_INVOKE_CUSTOM_TEMPLATE_DECL(_is_range) \ argument
1249 bool DoInvokeCustom<_is_range>( \
1257 #define EXPLICIT_DO_INVOKE_POLYMORPHIC_TEMPLATE_DECL(_is_range) \ argument
1259 bool DoInvokePolymorphic<_is_range>( \
/art/runtime/mirror/
Demulated_stack_frame.cc293 #define EXPLICIT_CREATE_FROM_SHADOW_FRAME_AND_ARGS_DECL(_is_range) \ argument
295 mirror::EmulatedStackFrame* EmulatedStackFrame::CreateFromShadowFrameAndArgs<_is_range>( \
/art/runtime/
Dmethod_handles.cc1170 #define EXPLICIT_DO_INVOKE_POLYMORPHIC_TEMPLATE_DECL(_is_range) \ argument
1172 bool DoInvokePolymorphic<_is_range>( \