Home
last modified time | relevance | path

Searched defs:current_context (Results 1 – 11 of 11) sorted by relevance

/external/libepoxy/test/
Dwgl_per_context_funcptrs.c47 static HGLRC ctx1, ctx2, current_context; variable
/external/v8/src/interpreter/
Dbytecode-register.cc57 Register Register::current_context() { in current_context() function in v8::internal::interpreter::Register
Dinterpreter-assembler.cc939 TNode<Context> current_context = in ConstructWithSpread() local
/external/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc116 TNode<Context> current_context, TNode<Microtask> microtask) { in RunSingleMicrotask()
543 TNode<Context> current_context = GetCurrentContext(); in TF_BUILTIN() local
Daccessors.cc549 static inline bool AllowAccessToFunction(Context current_context, in AllowAccessToFunction()
/external/deqp/external/openglcts/modules/common/
DglcTestSubcase.cpp35 static Context* current_context; variable
/external/curl/lib/vtls/
Dschannel.c1159 const CERT_CONTEXT *current_context = NULL; in traverse_cert_store() local
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h103 unsigned int current_context; member
/external/v8/src/execution/
Disolate.cc3928 Context current_context = Context::cast(context); in ThrowInternal() local
3945 Context current_context = Context::cast(context); in ThrowInternal() local
/external/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h298 unsigned int current_context; member
/external/python/cpython3/Modules/_decimal/
D_decimal.c1514 current_context(void) in current_context() function