HomeSort by relevance Sort by last modified time
    Searched refs:set_context (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/src/runtime/
runtime-wasm.cc 61 isolate->set_context(instance->compiled_module()->ptr_to_native_context());
71 isolate->set_context(GetWasmContextOnStackTop(isolate));
155 isolate->set_context(GetWasmContextOnStackTop(isolate));
190 isolate->set_context(instance->compiled_module()->ptr_to_native_context());
202 isolate->set_context(GetWasmContextOnStackTop(isolate));
runtime-generator.cc 31 generator->set_context(isolate->context());
runtime-compiler.cc 184 isolate->set_context(Context::cast(top_frame->context()));
188 isolate->set_context(function->native_context());
200 isolate->set_context(Context::cast(top_frame->context()));
runtime-function.cc 219 target->set_context(*context);
runtime-scopes.cc 761 isolate->set_context(*context);
775 isolate->set_context(*context);
789 isolate->set_context(*context);
802 isolate->set_context(*context);
    [all...]
runtime-debug.cc 331 isolate->set_context(*isolate->debug()->debugger_entry()->GetContext());
    [all...]
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 44 void set_context(clang::ASTContext* context) { context_ = context; } function in class:chrome_checker::CheckIPCVisitor
FindBadConstructsConsumer.cpp 182 ipc_visitor_->set_context(&context);
186 if (ipc_visitor_) ipc_visitor_->set_context(nullptr);
    [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 80 set_context(ASSIGNMENT);
99 set_context(INITIALIZER);
102 set_context(ASSIGNMENT_INITIALIZER);
322 set_context(old_context);
417 set_context(context);
557 set_context(context);
697 set_context(old_context);
parser.h 411 void set_context(PatternContext context) { context_ = context; } function in class:v8::internal::Parser::final
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.h 77 void set_context(AsanThreadContext *context) { context_ = context; } function in class:__asan::AsanThread
asan_thread.cc 40 thread->set_context(this);
  /external/v8/src/
isolate-inl.h 15 void Isolate::set_context(Context* context) { function in class:v8::internal::Isolate
execution.cc 85 isolate->set_context(function->context());
isolate.h 575 inline void set_context(Context* context);
    [all...]
isolate.cc     [all...]
bootstrapper.cc     [all...]
deoptimizer.cc     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 37 if (top != NULL) isolate->set_context(*top->context());
65 isolate->set_context(*(save->context()));
debug.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) function
383 set_context(), too.
480 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n))
654 if (!set_context(c, result, Store, n))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) function
383 set_context(), too.
480 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n))
654 if (!set_context(c, result, Store, n))
    [all...]
  /external/python/cpython2/Python/
ast.c 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) function
383 set_context(), too.
480 if (!set_context(c, (expr_ty)asdl_seq_GET(s, i), ctx, n))
654 if (!set_context(c, result, Store, n))
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 32 isolate->set_context(job->context());
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 529 milliseconds

1 2