Home
last modified time | relevance | path

Searched refs:context_index (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc741 for (int context_index = 1; in VisitScriptScope() local
742 context_index < script_contexts->used(kAcquireLoad); context_index++) { in VisitScriptScope()
744 isolate_, script_contexts, context_index); in VisitScriptScope()
786 int context_index = scope_info->ContextHeaderLength() + it->index(); in VisitContextLocals() local
787 Handle<Object> value(context->get(context_index), isolate_); in VisitContextLocals()
1101 isolate_, script_contexts, lookup_result.context_index); in SetScriptVariableValue()
Ddebug-interface.cc169 int context_index = scope_info->ContextHeaderLength() + it->index(); in CollectPrivateMethodsAndAccessorsFromContext() local
170 i::Handle<i::Object> slot_value(context->get(context_index), isolate); in CollectPrivateMethodsAndAccessorsFromContext()
/third_party/node/deps/brotli/c/dec/
Ddecode.c1006 h->context_index = 0; in DecodeContextMap()
1051 uint32_t context_index = h->context_index; in DecodeContextMap() local
1056 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()
1060 h->context_index = context_index; in DecodeContextMap()
1066 context_map[context_index++] = 0; in DecodeContextMap()
1070 context_map[context_index++] = in DecodeContextMap()
1082 h->context_index = context_index; in DecodeContextMap()
1087 if (context_index + reps > context_map_size) { in DecodeContextMap()
1092 context_map[context_index++] = 0; in DecodeContextMap()
Dstate.h225 uint32_t context_index; member
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c1006 h->context_index = 0; in DecodeContextMap()
1051 uint32_t context_index = h->context_index; in DecodeContextMap() local
1056 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()
1060 h->context_index = context_index; in DecodeContextMap()
1066 context_map[context_index++] = 0; in DecodeContextMap()
1070 context_map[context_index++] = in DecodeContextMap()
1082 h->context_index = context_index; in DecodeContextMap()
1087 if (context_index + reps > context_map_size) { in DecodeContextMap()
1092 context_map[context_index++] = 0; in DecodeContextMap()
Dstate.h225 uint32_t context_index; member
/third_party/node/deps/v8/src/objects/
Dcontexts.cc87 result->context_index = index; in Lookup()
247 Context script_context = script_contexts.get_context(r.context_index); in Lookup()
250 r.context_index, in Lookup()
Dscope-info.h38 int context_index; member
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h92 size_t context_index,
Dsnapshot.cc196 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot() argument
207 blob, static_cast<uint32_t>(context_index)); in NewContextFromSnapshot()
221 context_index, bytes, ms); in NewContextFromSnapshot()
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc601 int context_index = 1 + 1 + parameter_count + 1 + 1; in GetOsrValueLocation() local
602 return incoming_->GetInputLocation(context_index); in GetOsrValueLocation()
Dbytecode-graph-builder.cc677 int context_index = Linkage::GetJSCallContextParamIndex(parameter_count); in Environment() local
678 context_ = builder->GetParameter(context_index, "%context"); in Environment()
4295 int context_index = exception_handlers_.top().context_register_; in MakeNode() local
4296 interpreter::Register context_register(context_index); in MakeNode()
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc503 int context_index = in EmitDeoptFrameValues() local
505 translation_array_builder_.StoreStackSlot(context_index); in EmitDeoptFrameValues()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3344 TNode<IntPtrT> context_index = in LoadGlobalIC_TryPropertyCellCase() local
3349 TNode<Context> script_context = LoadScriptContext(context, context_index); in LoadGlobalIC_TryPropertyCellCase()
3391 TVARIABLE(IntPtrT, context_index, IntPtrConstant(-1)); in ScriptContextTableLookup()
3392 Label loop(this, &context_index); in ScriptContextTableLookup()
3399 context_index = IntPtrAdd(context_index.value(), IntPtrConstant(1)); in ScriptContextTableLookup()
3400 GotoIf(IntPtrGreaterThanOrEqual(context_index.value(), num_script_contexts), in ScriptContextTableLookup()
3404 script_context_table, context_index.value(), in ScriptContextTableLookup()
3811 TNode<IntPtrT> context_index = in StoreGlobalIC() local
3816 LoadScriptContext(pp->context(), context_index); in StoreGlobalIC()
Dic.cc536 isolate(), script_contexts, lookup_result.context_index); in Load()
556 lookup_result.context_index, lookup_result.slot_index, in Load()
1699 isolate(), script_contexts, lookup_result.context_index); in Store()
1720 lookup_result.context_index, lookup_result.slot_index, in Store()
2970 isolate, script_contexts, lookup_result.context_index); in RUNTIME_FUNCTION()
/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() argument
1816 context_index_(context_index), in CallRuntime()
3130 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime() argument
3133 return zone_->New<CallRuntime>(zone_, context_index, arguments, pos); in NewCallRuntime()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h362 BytecodeArrayBuilder& CallJSRuntime(int context_index, RegisterList args);
Dbytecode-array-builder.cc1511 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime() argument
1513 OutputCallJSRuntime(context_index, args, args.register_count()); in CallJSRuntime()
Dinterpreter-generator.cc1532 TNode<IntPtrT> context_index = Signed(BytecodeOperandNativeContextIndex(0)); in IGNITION_HANDLER() local
1538 TNode<Object> function = LoadContextElement(native_context, context_index); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1681 int context_index = context_header_length + variable_index; in DeserializeContexts() local
1682 Object value = ReadValue(context, context_index); in DeserializeContexts()
1683 context->set(context_index, value); in DeserializeContexts()
/third_party/node/deps/v8/src/execution/
Dexecution.cc218 isolate, script_context, lookup.context_index); in NewScriptContext()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1425 int context_index) { in InstallWithIntrinsicDefaultProto() argument
1426 Handle<Smi> index(Smi::FromInt(context_index), isolate); in InstallWithIntrinsicDefaultProto()
1430 isolate->native_context()->set(context_index, *function, UPDATE_WRITE_BARRIER, in InstallWithIntrinsicDefaultProto()
1435 Handle<String> name, int context_index, in InstallError() argument
1455 if (context_index == Context::ERROR_FUNCTION_INDEX) { in InstallError()
1460 InstallWithIntrinsicDefaultProto(isolate, error_fun, context_index); in InstallError()
1472 if (context_index == Context::ERROR_FUNCTION_INDEX) { in InstallError()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc882 isolate, script_contexts, lookup_result.context_index); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/parsing/
Dparser.cc396 int context_index = in NewV8Intrinsic() local
400 if (context_index == Context::kNotFound) { in NewV8Intrinsic()
405 return factory()->NewCallRuntime(context_index, args, pos); in NewV8Intrinsic()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3430 TNode<IntPtrT> context_index);

12