Home
last modified time | relevance | path

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

/external/v8/src/
Dstub-cache.h186 static Object* ComputeCallDebugPrepareStepIn(int argc);
Ddebug.cc70 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc) { in ComputeCallDebugPrepareStepIn() function
71 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugPrepareStepIn(argc), Code); in ComputeCallDebugPrepareStepIn()
356 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count()); in PrepareStepIn()
Dstub-cache.cc687 Object* StubCache::ComputeCallDebugPrepareStepIn(int argc) { in ComputeCallDebugPrepareStepIn() function in v8::internal::StubCache