|
bool | v8::internal::compiler::operator== (FrameStateFunctionInfo const &lhs, FrameStateFunctionInfo const &rhs) |
|
bool | v8::internal::compiler::operator== (FrameStateInfo const &lhs, FrameStateInfo const &rhs) |
|
bool | v8::internal::compiler::operator!= (FrameStateInfo const &lhs, FrameStateInfo const &rhs) |
|
size_t | v8::internal::compiler::hash_value (FrameStateInfo const &info) |
|
std::ostream & | v8::internal::compiler::operator<< (std::ostream &os, FrameStateInfo const &info) |
|
FrameState | v8::internal::compiler::CreateStubBuiltinContinuationFrameState (JSGraph *jsgraph, Builtin name, Node *context, Node *const *parameters, int parameter_count, Node *outer_frame_state, ContinuationFrameStateMode mode, const wasm::CanonicalSig *signature) |
|
FrameState | v8::internal::compiler::CreateJavaScriptBuiltinContinuationFrameState (JSGraph *jsgraph, SharedFunctionInfoRef shared, Builtin name, Node *target, Node *context, Node *const *stack_parameters, int stack_parameter_count, Node *outer_frame_state, ContinuationFrameStateMode mode) |
|
FrameState | v8::internal::compiler::CreateGenericLazyDeoptContinuationFrameState (JSGraph *graph, SharedFunctionInfoRef shared, Node *target, Node *context, Node *receiver, Node *outer_frame_state) |
|
Node * | v8::internal::compiler::CreateInlinedApiFunctionFrameState (JSGraph *graph, SharedFunctionInfoRef shared, Node *target, Node *context, Node *receiver, Node *outer_frame_state) |
|
FrameState | v8::internal::compiler::CloneFrameState (JSGraph *jsgraph, FrameState frame_state, OutputFrameStateCombine changed_state_combine) |
|