Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h368 int context_index; member
Dbootstrapper.cc1346 int context_index) { in InstallWithIntrinsicDefaultProto()
1355 Handle<String> name, int context_index) { in InstallError()
1417 void InstallMakeError(Isolate* isolate, int builtin_id, int context_index) { in InstallMakeError()
Dcode-stub-assembler.cc9291 TNode<Context> context, TNode<IntPtrT> context_index) { in LoadScriptContext()
/external/v8/src/debug/
Ddebug-scopes.cc547 for (int context_index = 1; context_index < script_contexts->used(); in VisitScriptScope() local
591 int context_index = Context::MIN_CONTEXT_SLOTS + i; in VisitContextLocals() local
/external/v8/src/builtins/
Dbuiltins-async-gen.cc267 Node* context_index) { in InitializeNativeClosure()
Dbuiltins-array-gen.cc1255 Node* context_index = LoadFixedArrayElement( in HandleFastSlice() local
/external/v8/src/compiler/
Dlinkage.cc462 int context_index = 1 + 1 + parameter_count + 1 + 1; in GetOsrValueLocation() local
Dbytecode-graph-builder.cc175 int context_index = Linkage::GetJSCallContextParamIndex(parameter_count); in Environment() local
3432 int context_index = exception_handlers_.top().context_register_; in MakeNode() local
/external/v8/src/snapshot/
Dsnapshot-common.cc64 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
/external/brotli/c/dec/
Dstate.h193 uint32_t context_index; member
Ddecode.c1041 uint32_t context_index = s->context_index; in DecodeContextMap() local
/external/v8/src/ast/
Dast.h1776 int context_index() const { in context_index() function
1795 CallRuntime(int context_index, ZonePtrList<Expression>* arguments, int pos) in CallRuntime()
3111 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime()
/external/v8/src/ic/
Daccessor-assembler.cc2596 TNode<IntPtrT> context_index = in LoadGlobalIC_TryPropertyCellCase() local
2952 TNode<IntPtrT> context_index = in StoreGlobalIC() local
/external/v8/src/interpreter/
Dbytecode-array-builder.cc1443 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime()
Dinterpreter-generator.cc1645 Node* context_index = BytecodeOperandNativeContextIndex(0); in IGNITION_HANDLER() local
/external/v8/src/parsing/
Dparser.cc395 int context_index = in NewV8Intrinsic() local