Home
last modified time | relevance | path

Searched refs:NC_FUNCTION (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dconstpool_value.h25 NC_FUNCTION, member in panda::ecmascript::ConstPoolType
H A Djs_pandafile.cpp312 case panda_file::FunctionKind::NC_FUNCTION: in GetFunctionKind()
344 case ConstPoolType::NC_FUNCTION: in GetFunctionKind()
H A Dpanda_file_translator.cpp261 ASSERT(type == ConstPoolType::BASE_FUNCTION || type == ConstPoolType::NC_FUNCTION || in ParseConstPool()
332 ASSERT(type == ConstPoolType::BASE_FUNCTION || type == ConstPoolType::NC_FUNCTION || in ParseFuncAndLiteralConstPool()
1596 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::NC_FUNCTION, methodId, ConstpoolMap); in TranslateBytecode()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp55 {panda_file::FunctionKind::NC_FUNCTION, "FunctionKind::NC_FUNCTION"},
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp384 EXPECT_TRUE(add_function_->GetFunctionKind() == panda::panda_file::FunctionKind::NC_FUNCTION); in HWTEST_F()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h77 NC_FUNCTION = 0x2, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp99 funcKind_ = panda::panda_file::FunctionKind::NC_FUNCTION; in SetFunctionKind()

Completed in 13 milliseconds