Home
last modified time | relevance | path

Searched defs:nativeCode (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Dconvertor_error_code.cpp23 int nativeCode; member
41 int ConvertorErrorCode::NativeErrToNdk(int nativeCode) in NativeErrToNdk() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dconvertor_error_code.cpp24 int nativeCode; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget) in GenProxyConstructor() argument
H A Dbuiltins_stubs.cpp183 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRe argument
[all...]
H A Dbuiltins_number_stub_builder.cpp240 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newTarget) in GenNumberConstructor() argument
H A Dlinked_hashtable_stub_builder.cpp641 GenMapSetConstructor( GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) GenMapSetConstructor() argument
H A Dbuiltins_typedarray_stub_builder.cpp3092 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, GateRef func, in GenTypedArrayConstructor() argument
H A Dbuiltins_array_stub_builder.cpp4743 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h41 int32_t nativeCode; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp681 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp275 Register nativeCode = rsi; in CallBuiltinTrampoline() local
H A Dasm_interpreter_call.cpp830 Register nativeCode = rsi; in CallNativeWithArgv() local
938 Register nativeCode = r10; in CallNativeEntry() local
940 __ Movq(Operand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET), nativeCode); // get native pointer in CallNativeEntry() local
977 Register nativeCode = r10; in CallFastBuiltin() local
1085 Register nativeCode in PushCallArgsAndDispatchNative() local
1115 CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) CallNativeInternal() argument
[all...]

Completed in 26 milliseconds