Home
last modified time | relevance | path

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

/external/v8/src/execution/
Darguments.h65 if (arguments_type == ArgumentsType::kJS) { in address_of_arg_at()
78 if (arguments_type == ArgumentsType::kJS) index = 0; in first_slot()
84 if (arguments_type == ArgumentsType::kJS) index = length() - 1; in last_slot()
/external/v8/src/codegen/
Dinterface-descriptors.h111 kJS, // Arguments in the stack are pushed in the same order as the one used enumerator
484 CallInterfaceDescriptorData::kAllowVarArgs, StackArgumentOrder::kJS, 1, \
514 StackArgumentOrder::kJS; \
/external/v8/src/compiler/
Dlinkage.h326 case StackArgumentOrder::kJS: in NON_EXPORTED_BASE()
Djs-operator.cc720 : Operator(IrOpcode::kJS##Name, properties, "JS" #Name, \
Djs-typed-lowering.cc1562 StackArgumentOrder::kJS); in ReduceBuiltin()
/external/v8/src/common/
Dglobals.h609 kJS, enumerator
619 using JavaScriptArguments = Arguments<ArgumentsType::kJS>;