Home
last modified time | relevance | path

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

/external/v8/src/
Dexternal-reference.cc512 ExternalReference::Type thunk_type = ExternalReference::PROFILING_API_CALL; in invoke_function_callback() local
514 return ExternalReference::Create(&thunk_fun, thunk_type); in invoke_function_callback()
519 ExternalReference::Type thunk_type = ExternalReference::PROFILING_GETTER_CALL; in invoke_accessor_getter_callback() local
521 return ExternalReference::Create(&thunk_fun, thunk_type); in invoke_accessor_getter_callback()