Home
last modified time | relevance | path

Searched refs:current_context (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcTestSubcase.cpp35 static Context* current_context; variable
39 …: CallLogWrapper(current_context->getRenderContext().getFunctions(), current_context->getTestConte… in GLWrapper()
40 , m_context(*current_context) in GLWrapper()
219 current_context = &m_context; in iterate()
/external/v8/src/debug/
Ddebug-evaluate.cc177 Handle<Context> current_context = it.CurrentContext(); in ContextBuilder() local
178 if (!current_context->IsDebugEvaluateContext()) { in ContextBuilder()
179 context_chain_element.wrapped_context = current_context; in ContextBuilder()
/external/v8/src/
Disolate.cc2975 Context* current_context = Context::cast(context); in Throw() local
2976 if (current_context->initial_object_prototype() == object || in Throw()
2977 current_context->initial_array_prototype() == object) { in Throw()
2980 context = current_context->next_context_link(); in Throw()
2989 Context* current_context = Context::cast(context); in Throw() local
2990 current_context->ClearOptimizedCodeMap(); in Throw()
2991 context = current_context->next_context_link(); in Throw()
2999 Context* current_context = Context::cast(context); in Throw() local
3000 current_context->EvictFromOptimizedCodeMap(code, reason); in Throw()
3001 context = current_context->next_context_link(); in Throw()
[all …]
Daccessors.cc945 static inline bool AllowAccessToFunction(Context* current_context, in AllowAccessToFunction() argument
947 return current_context->HasSameSecurityTokenAs(function->context()); in AllowAccessToFunction()
/external/v8/src/interpreter/
Dbytecode-register.h38 static Register current_context();
Dbytecode-register.cc61 Register Register::current_context() { in current_context() function in v8::internal::interpreter::Register
Dinterpreter-assembler.cc95 return LoadRegister(Register::current_context()); in GetContext()
99 StoreRegister(value, Register::current_context()); in SetContext()
Dbytecode-generator.cc35 register_(Register::current_context()), in ContextScope()
53 DCHECK_EQ(register_.index(), Register::current_context().index()); in ~ContextScope()
1383 builder()->MoveRegister(Register::current_context(), context); in VisitTryCatchStatement()
1437 builder()->MoveRegister(Register::current_context(), context); in VisitTryFinallyStatement()
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h103 unsigned int current_context; member
/external/python/cpython3/Modules/_decimal/
D_decimal.c1509 current_context(void) in current_context() function
1529 ctxobj = current_context()
1533 ctx = CTX(current_context())
1634 current_context(void) in current_context() function
1648 ctxobj = current_context(); \
1655 PyObject *_c_t_x_o_b_j = current_context(); \
1668 context = current_context(); in PyDec_GetCurrentContext()
4529 context = current_context(); in _dec_hash()
/external/v8/src/compiler/
Dast-graph-builder.h142 Node* current_context() const;
Dast-graph-builder.cc698 stack_node_, builder()->current_context(), in Checkpoint()
824 Node* AstGraphBuilder::current_context() const { in current_context() function in v8::internal::compiler::AstGraphBuilder
2917 *current_input++ = current_context(); in MakeNode()
/external/v8/src/crankshaft/
Dhydrogen.cc7517 Handle<Context> current_context(current_info()->context()); in BuildNamedAccess() local
7521 (*map_context == *current_context); in BuildNamedAccess()