Create 621 src/api.cc isolate->global_handles()->Create(*obj);
Create 420 src/arm/lithium-arm.cc return LDoubleStackSlot::Create(index, zone());
Create 422 src/arm/lithium-arm.cc return LStackSlot::Create(index, zone());
Create 682 src/bootstrapper.cc global_context_ = Handle<Context>::cast(isolate()->global_handles()->Create(
Create 2292 src/bootstrapper.cc Handle<Context>::cast(isolate->global_handles()->Create(*new_context));
Create 404 src/compiler.cc Handle<ScopeInfo> scope_info = ScopeInfo::Create(info->scope(),
Create 479 src/compiler.cc ScopeInfo::Create(info->scope(), info->zone()));
Create 738 src/compiler.cc ScopeInfo::Create(info->scope(), info->zone());
Create 821 src/compiler.cc scope_info = ScopeInfo::Create(info.scope(), info.zone());
Create 615 src/debug.cc (global_handles->Create(*script)));
Create 719 src/debug.cc (global_handles->Create(debug_info)));
Create 3052 src/debug.cc global_handles->Create(*callback));
Create 3057 src/debug.cc global_handles->Create(*data));
Create 1487 src/deoptimizer.cc code_ = Handle<Code>::cast(global_handles->Create(code));
Create 101 src/flag-definitions.h static JSArguments Create(int argc, const char** argv) {
Create 417 src/flags.cc *flag->args_variable() = JSArguments::Create(js_argc, js_argv);
Create 118 src/global-handles.h Handle<Object> Create(Object* value);
Create 383 src/handles.cc Handle<Object> handle = isolate->global_handles()->Create(*result);
Create 3427 src/hydrogen.cc BoundsCheckKey::Create(zone(), check, &offset);
Create 6686 src/hydrogen.cc ScopeInfo::Create(target_info.scope(), zone());
Create 383 src/ia32/lithium-ia32.cc return LDoubleStackSlot::Create(index, zone());
Create 385 src/ia32/lithium-ia32.cc return LStackSlot::Create(index, zone());
Create 149 src/lazy-instance.h *storage = CreateTrait::Create();
Create 165 src/lazy-instance.h static T* Create() {
Create 233 src/lithium-allocator.cc op = LDoubleRegister::Create(assigned_register(), zone);
Create 235 src/lithium-allocator.cc op = LRegister::Create(assigned_register(), zone);
Create 337 src/lithium.cc return LConstantOperand::Create(constant->id(), zone());
Create 263 src/lithium.h static LConstantOperand* Create(int index, Zone* zone) {
Create 299 src/lithium.h static LStackSlot* Create(int index, Zone* zone) {
Create 324 src/lithium.h static LDoubleStackSlot* Create(int index, Zone* zone) {
Create 349 src/lithium.h static LRegister* Create(int index, Zone* zone) {
Create 374 src/lithium.h static LDoubleRegister* Create(int index, Zone* zone) {
Create 800 src/liveedit.cc FunctionInfoWrapper info = FunctionInfoWrapper::Create();
Create 916 src/liveedit.cc SharedInfoWrapper info_wrapper = SharedInfoWrapper::Create();
Create 420 src/mips/lithium-mips.cc return LDoubleStackSlot::Create(index, zone());
Create 422 src/mips/lithium-mips.cc return LStackSlot::Create(index, zone());
Create 3493 src/objects.h static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
Create 543 src/platform.h static Mutex* Create() {
Create 612 src/platform.h static Semaphore* Create() {
Create 66 src/profile-generator.cc Handle<Object> handle = isolate->global_handles()->Create(token);
Create 9665 src/runtime.cc isolate_->global_handles()->Create(storage));
Create 732 src/scopes.cc scope_info_ = ScopeInfo::Create(this, zone());
Create 372 src/x64/lithium-x64.cc return LDoubleStackSlot::Create(index, zone());
Create 374 src/x64/lithium-x64.cc return LStackSlot::Create(index, zone());
Create 308 test/cctest/test-heap.cc h1 = global_handles->Create(*i);
Create 309 test/cctest/test-heap.cc h2 = global_handles->Create(*u);
Create 310 test/cctest/test-heap.cc h3 = global_handles->Create(*i);
Create 311 test/cctest/test-heap.cc h4 = global_handles->Create(*u);
Create 356 test/cctest/test-heap.cc h1 = global_handles->Create(*i);
Create 357 test/cctest/test-heap.cc h2 = global_handles->Create(*u);
Create 394 test/cctest/test-heap.cc h1 = global_handles->Create(*i);
Create 395 test/cctest/test-heap.cc h2 = global_handles->Create(*u);
Create 430 test/cctest/test-heap.cc h = global_handles->Create(*i);
Create 319 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 321 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 323 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 335 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 337 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 339 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 350 test/cctest/test-mark-compact.cc Handle<Object> root = global_handles->Create(*g1s1); // make a root.
Create 446 test/cctest/test-mark-compact.cc global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
Create 80 test/cctest/test-weakmaps.cc key = global_handles->Create(*object);