Home
last modified time | relevance | path

Searched refs:GetMainThreadIsolateUnsafe (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h135 Isolate* GetMainThreadIsolateUnsafe() const { return isolate_; } in GetMainThreadIsolateUnsafe() function
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc273 masm_(local_isolate->GetMainThreadIsolateUnsafe(), in BaselineCompiler()
323 __ GetCode(local_isolate->GetMainThreadIsolateUnsafe(), &desc); in Build()
/third_party/node/deps/v8/src/heap/
Dfactory.cc91 : isolate_(local_isolate->GetMainThreadIsolateUnsafe()), in CodeBuilder()