Home
last modified time | relevance | path

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

/external/v8/src/execution/
Darguments.h111 static V8_INLINE InternalType __RT_impl_##Name(RuntimeArguments args, \
119 RuntimeArguments args(args_length, args_object); \
129 RuntimeArguments args(args_length, args_object); \
133 static InternalType __RT_impl_##Name(RuntimeArguments args, Isolate* isolate)
/external/v8/src/runtime/
Druntime-classes.cc163 RuntimeArguments& args, // NOLINT(runtime/references) in GetMethodAndSetHomeObjectAndName()
201 RuntimeArguments& args, // NOLINT(runtime/references) in GetMethodWithSharedNameAndSetHomeObject()
241 RuntimeArguments& args, // NOLINT(runtime/references) in SubstituteValues()
319 RuntimeArguments& args) { // NOLINT(runtime/references) in AddDescriptorsByTemplate()
430 RuntimeArguments& args) { // NOLINT(runtime/references) in AddDescriptorsByTemplate()
518 RuntimeArguments& args) { // NOLINT(runtime/references) in InitClassPrototype()
565 RuntimeArguments& args) { // NOLINT(runtime/references) in InitClassConstructor()
617 RuntimeArguments& args) { // NOLINT(runtime/references) in DefineClass()
Druntime-atomics.cc357 Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, in GetModifySetValueInBuffer()
/external/v8/src/common/
Dglobals.h618 using RuntimeArguments = Arguments<ArgumentsType::kRuntime>; variable