v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
fast-api-calls.h File Reference
Include dependency graph for fast-api-calls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::compiler::fast_api_call::OverloadsResolutionResult
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::fast_api_call
 

Typedefs

using v8::internal::compiler::fast_api_call::GetParameter = std::function<Node*(int, GraphAssemblerLabel<0>*)>
 
using v8::internal::compiler::fast_api_call::ConvertReturnValue = std::function<Node*(const CFunctionInfo*, Node*)>
 
using v8::internal::compiler::fast_api_call::InitializeOptions = std::function<void(Node*)>
 
using v8::internal::compiler::fast_api_call::GenerateSlowApiCall = std::function<Node*()>
 

Functions

ElementsKind v8::internal::compiler::fast_api_call::GetTypedArrayElementsKind (CTypeInfo::Type type)
 
bool v8::internal::compiler::fast_api_call::CanOptimizeFastSignature (const CFunctionInfo *c_signature)
 
Nodev8::internal::compiler::fast_api_call::BuildFastApiCall (Isolate *isolate, TFGraph *graph, GraphAssembler *graph_assembler, FastApiCallFunction c_function, Node *data_argument, const GetParameter &get_parameter, const ConvertReturnValue &convert_return_value, const InitializeOptions &initialize_options, const GenerateSlowApiCall &generate_slow_api_call)
 
FastApiCallFunction v8::internal::compiler::fast_api_call::GetFastApiCallTarget (JSHeapBroker *broker, FunctionTemplateInfoRef function_template_info, size_t arg_count)