Lines Matching defs:isolate
11 #include "src/execution/isolate.h"
25 Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared,
32 optimization_id_(isolate->NextOptimizationId()) {
36 bytecode_array_ = handle(shared->GetBytecodeArray(isolate), isolate);
43 if (isolate->NeedsDetailedOptimizedCodeLineInfo()) {
50 if (isolate->node_observer()) {
51 SetNodeObserver(isolate->node_observer());
112 void OptimizedCompilationInfo::ReopenHandlesInNewHandleScope(Isolate* isolate) {
114 shared_info_ = Handle<SharedFunctionInfo>(*shared_info_, isolate);
117 bytecode_array_ = Handle<BytecodeArray>(*bytecode_array_, isolate);
120 closure_ = Handle<JSFunction>(*closure_, isolate);