HomeSort by relevance Sort by last modified time
    Searched defs:IsDirect (Results 1 - 3 of 3) sorted by null

  /art/runtime/
art_method.h 160 bool IsDirect() {
161 return IsDirect(GetAccessFlags());
164 static bool IsDirect(uint32_t access_flags) {
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 41 GLboolean isDirect;
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 636 bool IsDirect = Func != nullptr;
640 Opc = IsDirect ? WebAssembly::CALL_VOID : WebAssembly::CALL_INDIRECT_VOID;
648 Opc = IsDirect ? WebAssembly::CALL_I32 : WebAssembly::CALL_INDIRECT_I32;
652 Opc = IsDirect ? WebAssembly::CALL_I64 : WebAssembly::CALL_INDIRECT_I64;
656 Opc = IsDirect ? WebAssembly::CALL_F32 : WebAssembly::CALL_INDIRECT_F32;
660 Opc = IsDirect ? WebAssembly::CALL_F64 : WebAssembly::CALL_INDIRECT_F64;
703 if (IsDirect)
    [all...]

Completed in 697 milliseconds