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

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

Completed in 451 milliseconds