Searched defs:ContextScope (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/inspector/
H A Dinjected-script.h135 class ContextScope : public Scope { class in class:v8_inspector::final
137 ContextScope(V8InspectorImpl*, int contextGroupId, int executionContextId);
138 ~ContextScope();
144 DISALLOW_COPY_AND_ASSIGN(ContextScope);
H A Dinjected-script.cc489 InjectedScript::ContextScope::ContextScope(V8InspectorImpl* inspector, function in class:v8_inspector::InjectedScript::ContextScope
495 InjectedScript::ContextScope::~ContextScope() {}
497 Response InjectedScript::ContextScope::findInjectedScript(
/external/v8/src/compiler/
H A Dast-graph-builder.cc114 class AstGraphBuilder::ContextScope BASE_EMBEDDED {
116 ContextScope(AstGraphBuilder* builder, Scope* scope, Node* context) function in class:v8::internal::compiler::BASE_EMBEDDED
125 ~ContextScope() {
136 ContextScope* outer_;
375 ContextScope incoming(this, scope, GetFunctionContext());
390 ContextScope top_context(this, scope, inner_context);
1015 ContextScope scope(this, stmt->scope(), context);
/external/v8/src/interpreter/
H A Dbytecode-generator.cc28 class BytecodeGenerator::ContextScope BASE_EMBEDDED {
30 ContextScope(BytecodeGenerator* generator, Scope* scope, function in class:v8::internal::interpreter::BASE_EMBEDDED
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_contex
[all...]
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h166 class ContextScope { class in class:vixl::aarch32::MacroAssembler
168 explicit ContextScope(MacroAssembler* const masm, const char* loc) function in class:vixl::aarch32::MacroAssembler::ContextScope
173 ~ContextScope() { masm_->GetContext()->Down(); }

Completed in 204 milliseconds