Home
last modified time | relevance | path

Searched defs:context_index (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.h38 int context_index; member
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc741 for (int context_index = 1; in VisitScriptScope() local
786 int context_index = scope_info->ContextHeaderLength() + it->index(); in VisitContextLocals() local
Ddebug-interface.cc169 int context_index = scope_info->ContextHeaderLength() + it->index(); in CollectPrivateMethodsAndAccessorsFromContext() local
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc601 int context_index = 1 + 1 + parameter_count + 1 + 1; in GetOsrValueLocation() local
Dbytecode-graph-builder.cc677 int context_index = Linkage::GetJSCallContextParamIndex(parameter_count); in Environment() local
4295 int context_index = exception_handlers_.top().context_register_; in MakeNode() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc503 int context_index = in EmitDeoptFrameValues() local
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc196 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h225 uint32_t context_index; member
Ddecode.c1051 uint32_t context_index = h->context_index; in DecodeContextMap() local
/third_party/node/deps/brotli/c/dec/
Dstate.h225 uint32_t context_index; member
Ddecode.c1051 uint32_t context_index = h->context_index; in DecodeContextMap() local
/third_party/node/deps/v8/src/ast/
Dast.h1793 int context_index() const { in context_index() function
1813 CallRuntime(Zone* zone, int context_index, in CallRuntime()
3130 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1681 int context_index = context_header_length + variable_index; in DeserializeContexts() local
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1425 int context_index) { in InstallWithIntrinsicDefaultProto()
1435 Handle<String> name, int context_index, in InstallError()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.cc1511 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime()
Dinterpreter-generator.cc1532 TNode<IntPtrT> context_index = Signed(BytecodeOperandNativeContextIndex(0)); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3344 TNode<IntPtrT> context_index = in LoadGlobalIC_TryPropertyCellCase() local
3811 TNode<IntPtrT> context_index = in StoreGlobalIC() local
/third_party/node/deps/v8/src/parsing/
Dparser.cc396 int context_index = in NewV8Intrinsic() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10663 TNode<Context> context, TNode<IntPtrT> context_index) { in LoadScriptContext()