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

  /external/v8/src/inspector/
injected-script.h 135 class ContextScope : public Scope {
137 ContextScope(V8InspectorImpl*, int contextGroupId, int executionContextId);
138 ~ContextScope();
144 DISALLOW_COPY_AND_ASSIGN(ContextScope);
injected-script.cc 489 InjectedScript::ContextScope::ContextScope(V8InspectorImpl* inspector,
495 InjectedScript::ContextScope::~ContextScope() {}
497 Response InjectedScript::ContextScope::findInjectedScript(
  /external/v8/src/compiler/
ast-graph-builder.cc 114 class AstGraphBuilder::ContextScope BASE_EMBEDDED {
116 ContextScope(AstGraphBuilder* builder, Scope* scope, Node* context)
125 ~ContextScope() {
136 ContextScope* outer_;
375 ContextScope incoming(this, scope, GetFunctionContext());
390 ContextScope top_context(this, scope, inner_context);
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 28 class BytecodeGenerator::ContextScope BASE_EMBEDDED {
30 ContextScope(BytecodeGenerator* generator, Scope* scope,
51 ~ContextScope() {
67 ContextScope* Previous(int depth) {
72 ContextScope* previous = this;
89 ContextScope* outer_;
127 ContextScope* context() const { return context_; }
132 ContextScope* context_;
370 ContextScope* context = generator()->execution_context();
712 ContextScope incoming_context(this, closure_scope(), false)
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 162 public @interface ContextScope {}
475 Context context, @ContextScope int scope, RootInfo info) {
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 174 class ContextScope {
176 explicit ContextScope(MacroAssembler* const masm, const char* loc)
181 ~ContextScope() { masm_->GetContext()->Down(); }
    [all...]

Completed in 741 milliseconds