Home
last modified time | relevance | path

Searched refs:CopyCode (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-alloc.cc85 heap->CopyCode(CcTest::i_isolate()->builtins()->builtin( in AllocateAfterFailures()
Dcctest.h101 using i::Heap::CopyCode; in EXTENSION_LIST()
/external/chromium_org/v8/src/
Dfactory.h500 Handle<Code> CopyCode(Handle<Code> code);
502 Handle<Code> CopyCode(Handle<Code> code, Vector<byte> reloc_info);
Dfactory.cc1493 Handle<Code> Factory::CopyCode(Handle<Code> code) { in CopyCode() function in v8::internal::Factory
1495 isolate()->heap()->CopyCode(*code), in CopyCode()
1500 Handle<Code> Factory::CopyCode(Handle<Code> code, Vector<byte> reloc_info) { in CopyCode() function in v8::internal::Factory
1502 isolate()->heap()->CopyCode(*code, reloc_info), in CopyCode()
2080 Handle<Code> original_code(*Factory::CopyCode(code)); in NewDebugInfo()
Dcode-stubs.cc93 ic = isolate()->factory()->CopyCode(ic); in GetCodeCopy()
Dliveedit.cc1214 isolate->factory()->CopyCode(compile_info_wrapper.GetFunctionCode()); in ReplaceFunctionCode()
1409 Handle<Code> result(isolate->factory()->CopyCode(code, buffer)); in PatchPositionsInCode()
/external/chromium_org/v8/src/heap/
Dheap.h1404 CopyCode(Code* code, Vector<byte> reloc_info);
1406 MUST_USE_RESULT AllocationResult CopyCode(Code* code);
Dheap.cc3460 AllocationResult Heap::CopyCode(Code* code) { in CopyCode() function in v8::internal::Heap
3496 AllocationResult Heap::CopyCode(Code* code, Vector<byte> reloc_info) { in CopyCode() function in v8::internal::Heap