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/interpreter/
H A Dbytecode-generator.cc27 class BytecodeGenerator::ContextScope BASE_EMBEDDED {
29 ContextScope(BytecodeGenerator* generator, Scope* scope, function in class:v8::internal::interpreter::BASE_EMBEDDED
49 ~ContextScope() {
65 ContextScope* Previous(int depth) {
70 ContextScope* previous = this;
88 ContextScope* outer_;
119 ContextScope* context() const { return context_; }
124 ContextScope* context_;
355 ContextScope* context = generator()->execution_context();
627 ContextScope incoming_contex
[all...]
/external/v8/src/compiler/
H A Dast-graph-builder.cc112 class AstGraphBuilder::ContextScope BASE_EMBEDDED {
114 ContextScope(AstGraphBuilder* builder, Scope* scope, Node* context) function in class:v8::internal::compiler::BASE_EMBEDDED
123 ~ContextScope() {
134 ContextScope* outer_;
532 ContextScope incoming(this, scope, GetFunctionContext());
547 ContextScope top_context(this, scope, inner_context);
1184 ContextScope scope(this, stmt->scope(), context);
2924 ContextScope scope(this, s, context);
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h174 class ContextScope { class in class:vixl::aarch32::MacroAssembler
176 explicit ContextScope(MacroAssembler* const masm, const char* loc) function in class:vixl::aarch32::MacroAssembler::ContextScope
181 ~ContextScope() { masm_->GetContext()->Down(); }

Completed in 157 milliseconds