Home
last modified time | relevance | path

Searched refs:UpdateCodeEntryPoint (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcode.h95 inline void UpdateCodeEntryPoint(Isolate* isolate_for_sandbox, Code code);
Dcode-inl.h1040 void CodeDataContainer::UpdateCodeEntryPoint(Isolate* isolate_for_sandbox, in UpdateCodeEntryPoint() function
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc537 code_data_container.UpdateCodeEntryPoint(main_thread_isolate(), in PostProcessNewObject()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2346 code_data_container.UpdateCodeEntryPoint(isolate(), raw_result); in NewOffHeapTrampolineFor()
Dmark-compact.cc3281 code_data_container.UpdateCodeEntryPoint(isolate_for_sandbox, code); in UpdateStrongCodeSlot()