Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h41 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() function
128 void SetNativeBit(bool isNative) in SetNativeBit() function
131 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit()
392 SetNativeBit(false); in SetCodeEntryAndMarkAOT()
Decma_vm.cpp623 method->SetNativeBit(true); in GenerateInternalNativeMethods()
Dobject_factory.cpp164 method->SetNativeBit(true); in NewMethodForNativeFunction()
1841 method->SetNativeBit(false); in NewAotFunction()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h65 void SetNativeBit(bool isNative) in SetNativeBit() function
123 static uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp69 method->SetNativeBit(false); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp281 mainMethod->SetNativeBit(false); in SetAOTMainFuncEntry()