Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h40 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() function
127 void SetNativeBit(bool isNative) in SetNativeBit() function
130 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit()
391 SetNativeBit(false); in SetCodeEntryAndMarkAOT()
Decma_vm.cpp552 method->SetNativeBit(true); in GenerateInternalNativeMethods()
Dobject_factory.cpp158 method->SetNativeBit(true); in NewMethodForNativeFunction()
1656 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.cpp212 mainMethod->SetNativeBit(false); in SetAOTMainFuncEntry()