Searched refs:global_context_ (Results 1 – 3 of 3) sorted by relevance
65 global_context_ = global_context; in TypeFeedbackOracle()100 !CanRetainOtherContext(code->FindFirstMap(), *global_context_); in LoadIsMonomorphicNormal()132 !CanRetainOtherContext(code->FindFirstMap(), *global_context_); in StoreIsMonomorphicNormal()189 return CanRetainOtherContext(first_map, *global_context_) in LoadMonomorphicReceiverType()204 return CanRetainOtherContext(first_map, *global_context_) in StoreMonomorphicReceiverType()265 function = global_context_->string_function(); in GetPrototypeForPrimitiveCheck()268 function = global_context_->number_function(); in GetPrototypeForPrimitiveCheck()271 function = global_context_->boolean_function(); in GetPrototypeForPrimitiveCheck()353 return CanRetainOtherContext(first_map, *global_context_) in GetCompareMap()512 global_context_); in CollectReceiverTypes()[all …]
157 Handle<Context> global_context_; member in v8::internal::BASE_EMBEDDED165 Handle<Context> global_context() { return global_context_; } in global_context()683 global_context_ = Handle<Context>::cast(isolate()->global_handles()->Create( in CreateRoots()685 AddToWeakGlobalContextList(*global_context_); in CreateRoots()810 GlobalObject::cast(global_context_->extension())); in HookUpInnerGlobal()811 Handle<JSBuiltinsObject> builtins_global(global_context_->builtins()); in HookUpInnerGlobal()812 global_context_->set_extension(*inner_global); in HookUpInnerGlobal()813 global_context_->set_global(*inner_global); in HookUpInnerGlobal()814 global_context_->set_security_token(*inner_global); in HookUpInnerGlobal()2306 global_context_ = in Genesis()[all …]
317 Handle<Context> global_context_; variable