Searched defs:thunk_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dassembler.cc1269 ExternalReference::Type thunk_type = ExternalReference::PROFILING_API_CALL; local
1271 return ExternalReference(&thunk_fun, thunk_type, isolate);
1278 ExternalReference::Type thunk_type = local
1281 return ExternalReference(&thunk_fun, thunk_type, isolate);

Completed in 91 milliseconds