Searched defs:context_index (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/ |
D | contexts.h | 368 int context_index; member
|
D | bootstrapper.cc | 1346 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()
|
D | code-stub-assembler.cc | 9291 TNode<Context> context, TNode<IntPtrT> context_index) { in LoadScriptContext()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 547 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/ |
D | builtins-async-gen.cc | 267 Node* context_index) { in InitializeNativeClosure()
|
D | builtins-array-gen.cc | 1255 Node* context_index = LoadFixedArrayElement( in HandleFastSlice() local
|
/external/v8/src/compiler/ |
D | linkage.cc | 462 int context_index = 1 + 1 + parameter_count + 1 + 1; in GetOsrValueLocation() local
|
D | bytecode-graph-builder.cc | 175 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/ |
D | snapshot-common.cc | 64 Isolate* isolate, Handle<JSGlobalProxy> global_proxy, size_t context_index, in NewContextFromSnapshot()
|
/external/brotli/c/dec/ |
D | state.h | 193 uint32_t context_index; member
|
D | decode.c | 1041 uint32_t context_index = s->context_index; in DecodeContextMap() local
|
/external/v8/src/ast/ |
D | ast.h | 1776 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/ |
D | accessor-assembler.cc | 2596 TNode<IntPtrT> context_index = in LoadGlobalIC_TryPropertyCellCase() local 2952 TNode<IntPtrT> context_index = in StoreGlobalIC() local
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.cc | 1443 BytecodeArrayBuilder& BytecodeArrayBuilder::CallJSRuntime(int context_index, in CallJSRuntime()
|
D | interpreter-generator.cc | 1645 Node* context_index = BytecodeOperandNativeContextIndex(0); in IGNITION_HANDLER() local
|
/external/v8/src/parsing/ |
D | parser.cc | 395 int context_index = in NewV8Intrinsic() local
|